noobaa/noobaa-operator

What is S3 Bucket Policy in Noobaa

schwienbier opened this issue · 2 comments

Dear Noobaa Supports,

"S3 Bucket Policy" was mentioned several times in the github issues, e.g. #1173 and #1168. It seems we can apply the bucket policies to the buckets, where we can give bucket-access to accounts.

However, I searched for term "Bucket Policy" via https://github.com/search?q=repo%3Anoobaa%2Fnoobaa-operator+Bucket+Policy&type=code&p=3 in this repository. Few valuable CRD or documents are returned. Can you please give us a concrete example (cli/yaml) of applying the bucket policies to the buckets? Thank you in advance!

Best regards

The S3 Bucket Policy is set using the S3 protocol itself.

Here is a link to the AWS CLI ref
And here is the API itself

understand. Thank you!