This commit is contained in:
weisd
2024-11-02 15:29:47 +08:00
parent 52a81f8fd5
commit 4a5443996f
2 changed files with 2 additions and 11 deletions
-8
View File
@@ -872,14 +872,6 @@ impl S3 for FS {
Ok(S3Response::new(DeleteObjectTaggingOutput { version_id: None }))
}
#[tracing::instrument(level = "debug", skip(self))]
async fn list_object_versions(
&self,
_req: S3Request<ListObjectVersionsInput>,
) -> S3Result<S3Response<ListObjectVersionsOutput>> {
Err(s3_error!(NotImplemented, "ListObjectVersions is not implemented yet"))
}
#[tracing::instrument(level = "debug", skip(self))]
async fn get_bucket_versioning(
&self,