todo put_object_metadata

This commit is contained in:
weisd
2024-11-20 14:12:33 +08:00
parent e302ac8059
commit 8439b375ed
3 changed files with 20 additions and 0 deletions
+1
View File
@@ -977,6 +977,7 @@ pub trait StorageAPI: ObjectIO {
// CheckAbandonedParts
// Health
// PutObjectMetadata
async fn put_object_metadata(&self, bucket: &str, object: &str, opts: &ObjectOptions) -> Result<ObjectInfo>;
// DecomTieredObject
async fn get_object_tags(&self, bucket: &str, object: &str, opts: &ObjectOptions) -> Result<String>;
async fn put_object_tags(&self, bucket: &str, object: &str, tags: &str, opts: &ObjectOptions) -> Result<ObjectInfo>;