api: s3: implement get bucket acl

This commit is contained in:
Renjaya Raga Zenta
2025-05-19 18:28:00 +07:00
parent a8d73682a4
commit 1b042e379e
3 changed files with 137 additions and 1 deletions
+1
View File
@@ -226,6 +226,7 @@ impl ApiHandler for S3ApiServer {
Endpoint::DeleteBucket {} => handle_delete_bucket(ctx).await,
Endpoint::GetBucketLocation {} => handle_get_bucket_location(ctx),
Endpoint::GetBucketVersioning {} => handle_get_bucket_versioning(),
Endpoint::GetBucketAcl {} => handle_get_bucket_acl(ctx),
Endpoint::ListObjects {
delimiter,
encoding_type,