notification_sys base

This commit is contained in:
weisd
2024-12-04 10:55:09 +08:00
parent 9533e312b1
commit e39775bb34
17 changed files with 64 additions and 57 deletions
-4
View File
@@ -4,10 +4,6 @@ use ecstore::global::DEFAULT_PORT;
shadow_rs::shadow!(build);
/// Default port that a rustfs server listens on.
///
/// Used if no port is specified.
pub const DEFAULT_ACCESS_KEY: &str = "rustfsadmin";
pub const DEFAULT_SECRET_KEY: &str = "rustfsadmin";
-2
View File
@@ -591,8 +591,6 @@ impl S3 for FS {
.await
.map_err(to_s3_error)?;
error!("ObjectOptions {:?}", opts);
let obj_info = store
.put_object(&bucket, &key, &mut reader, &opts)
.await