feat(auth): add AWS SigV4 authentication and bucket policy support
This commit is contained in:
@@ -28,7 +28,6 @@ use crate::xml_response;
|
||||
|
||||
pub struct S3Server {
|
||||
store: Arc<FileStore>,
|
||||
config: S3Config,
|
||||
shutdown_tx: watch::Sender<bool>,
|
||||
server_handle: tokio::task::JoinHandle<()>,
|
||||
}
|
||||
@@ -110,7 +109,6 @@ impl S3Server {
|
||||
|
||||
Ok(Self {
|
||||
store,
|
||||
config,
|
||||
shutdown_tx,
|
||||
server_handle,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user