This is an automated email from the ASF dual-hosted git repository.

LinkinStars pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/answer-plugins.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f638e3  storage-s3: Add DigitalOcean note.
0f638e3 is described below

commit 0f638e3fd3bb94610bd368290ad25f71599bbd24
Author: Orne Brocaar <[email protected]>
AuthorDate: Tue Feb 3 10:26:55 2026 +0000

    storage-s3: Add DigitalOcean note.
    
    This information is currently undocumented an can only be found in #97.
    Adding a note to the plugin README should help others getting started if
    they are using DigitalOcean as storage backend.
---
 storage-s3/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/storage-s3/README.md b/storage-s3/README.md
index 23d8bd4..c1a802f 100644
--- a/storage-s3/README.md
+++ b/storage-s3/README.md
@@ -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/
\ No newline at end of file
+- `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).

Reply via email to