spelling
This commit is contained in:
parent
f60f5350ef
commit
55ef1a788f
@ -2,7 +2,6 @@ use minio::s3::{
|
|||||||
args::{BucketExistsArgs, MakeBucketArgs}, client::ClientBuilder, creds::StaticProvider, error::Error, http::BaseUrl, types::S3Api, Client
|
args::{BucketExistsArgs, MakeBucketArgs}, client::ClientBuilder, creds::StaticProvider, error::Error, http::BaseUrl, types::S3Api, Client
|
||||||
};
|
};
|
||||||
use tracing::{instrument, trace};
|
use tracing::{instrument, trace};
|
||||||
use url::Url;
|
|
||||||
|
|
||||||
use crate::Config;
|
use crate::Config;
|
||||||
|
|
||||||
@ -35,7 +34,7 @@ impl S3 {
|
|||||||
.await?;
|
.await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
trace!("Connection successfull");
|
trace!("Connection successful");
|
||||||
|
|
||||||
Ok(Self {
|
Ok(Self {
|
||||||
bucket_name: config.s3_bucket.to_owned(),
|
bucket_name: config.s3_bucket.to_owned(),
|
||||||
|
Loading…
Reference in New Issue
Block a user