Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: ObjectNode Bucket Policy #1761

Closed
tangdeyi opened this issue Mar 13, 2023 · 0 comments
Closed

[Feature]: ObjectNode Bucket Policy #1761

tangdeyi opened this issue Mar 13, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request interface/s3 Topic about object storage interface
Milestone

Comments

@tangdeyi
Copy link
Collaborator

tangdeyi commented Mar 13, 2023

Bucket policy should be provided in ObjectNode, which is known as s3-compatible storage gateway.

The new bucket policy supports commonly used action and condition, e.g.

Action:
s3:getobject
s3:deleteobject
s3:putobject
s3:abortmultipartupload
s3:listmultipartuploadparts
s3:getobjectretention
s3:listbucket
s3:deletebucket
s3:listbucketmultipartuploads
s3:getbucketlocation
s3:getobjectlockconfiguration
s3:putobjectlockconfiguration

Condtion:
IPAddress
IpNotAddress
StringLike
StringNotLike

@tangdeyi tangdeyi added the enhancement New feature or request label Mar 13, 2023
@tangdeyi tangdeyi added this to the release-3.3.0 milestone Jun 6, 2023
@tangdeyi tangdeyi closed this as completed Jun 8, 2023
@tangdeyi tangdeyi added the interface/s3 Topic about object storage interface label Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request interface/s3 Topic about object storage interface
Projects
None yet
Development

No branches or pull requests

2 participants