This plugin can be used to store attachments and avatars to AWS S3.
./answer build --with github.com/apache/answer-plugins/storage-s3Endpoint- Endpoint of the AWS S3 storageBucket Name- Your bucket nameObject Key Prefix- Prefix of the object key like 'answer/data/' that ending with '/'Access Key Id- AccessKeyId of the S3Access Key Secret- AccessKeySecret of the S3Access Token- AccessToken of the S3Visit Url Prefix- Prefix of access address for the uploaded file, ending with '/' such as https://example.com/xxx/
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.