Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion storage-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@
- `Access Key Id` - AccessKeyId of the S3
- `Access Key Secret` - AccessKeySecret of the S3
- `Access Token` - AccessToken of the S3
- `Visit Url Prefix` - Prefix of access address for the uploaded file, ending with '/' such as https://example.com/xxx/
- `Visit Url Prefix` - Prefix of access address for the uploaded file, ending with '/' such as https://example.com/xxx/

### Notes

#### DigitalOcean

If using a DigitalOcean Spaces Object Storage, you must set the following environment
variable: `ACL_PUBLIC_READ=true`. Without this environment variable set, uploads will
not be publicly readable. See also [#97](https://github.com/apache/answer-plugins/issues/97).