apache / incubator-answer-plugins

The Apache Answer plugins repository.
https://answer.apache.org/plugins
Apache License 2.0
62 stars 31 forks source link

fix(storage s3): public read acl #98

Closed calmdev closed 3 months ago

calmdev commented 3 months ago

When using digital ocean spaces files are private by default and require public-read acl.

Fixes #97

calmdev commented 3 months ago

Closing this. It does fix the issue on digital ocean spaces, but apparently it's use is not encouraged. Alternative sounds like it involves setting the ACL at the bucket level. Don't see a way to do this in DO. So will dig into this more. May require a CLI tool to setup the bucket before enabling the storage s3 plugin.