LinkinStars commented on issue #97: URL: https://github.com/apache/incubator-answer-plugins/issues/97#issuecomment-2029093021
@calmdev Thanks for feedback. In the official AWS documentation, there is a mention of setting ACLs (Access Control Lists) for objects, and the official recommendation is not to set ACLs in that way. If I understand correctly, the recommendation is to set ACLs at the bucket level instead of individual objects. Sorry, as I haven't used DigitalOcean, I am not certain about if DigitalOcean allows setting ACLs at the bucket level. 🤔 FYI: https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html > A majority of modern use cases in Amazon S3 no longer require the use of ACLs. We recommend that you keep ACLs disabled, except in unusual circumstances where you need to control access for each object individually. In AWS sdk, there is the comment in code. <img width="869" alt="image" src="https://github.com/apache/incubator-answer-plugins/assets/19712692/685fb9ea-307d-4b45-8481-cd58f917335f"> github.com/aws/[email protected]/service/s3/api.go -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
