Merge pull request #136 from rustfs/pool-api

fix download err where versioning enable
This commit is contained in:
weisd
2024-12-02 00:05:13 +08:00
committed by GitHub
7 changed files with 86 additions and 12 deletions
+1
View File
@@ -1083,6 +1083,7 @@ impl ObjectIO for ECStore {
.get_object_reader(bucket, object.as_str(), range, h, &opts)
.await
}
#[tracing::instrument(level = "debug", skip(self, data))]
async fn put_object(&self, bucket: &str, object: &str, data: &mut PutObjReader, opts: &ObjectOptions) -> Result<ObjectInfo> {
check_put_object_args(bucket, object)?;