Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I tried to use S3 API (
aws s3api put-bucket-acl/delete-object) to manage bucket/object permissions in RustFS, but found:PutBucketAclreturnsNotImplementederror;DeleteObjectshowsDeleteMarker: falsebut the object is not actually deleted;Does RustFS currently support S3 standard bucket/object permission APIs (e.g.,
PutBucketAcl,PutObjectAcl,PutBucketPolicy)? If not, is there any plan to implement these features in the future?Environment
Beta Was this translation helpful? Give feedback.
All reactions