mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
update s3 api access check support anonymous
This commit is contained in:
@@ -1323,7 +1323,7 @@ impl StorageAPI for ECStore {
|
||||
|
||||
meta.save().await.map_err(|e| to_object_err(e, vec![bucket]))?;
|
||||
|
||||
set_bucket_metadata(bucket.to_string(), meta).await;
|
||||
set_bucket_metadata(bucket.to_string(), meta).await?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user