# answer-s3-storage **Repository Path**: answerdev/answer-s3-storage ## Basic Information - **Project Name**: answer-s3-storage - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-15 - **Last Updated**: 2023-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # S3 Storage (preview) > This plugin can be used to store attachments and avatars to AWS S3. ## How to use ### Build ```bash ./answer build --with github.com/answerdev/answer-s3-storage ``` ### Configuration - `Endpoint` - Endpoint of the AWS S3 storage - `Bucket Name` - Your bucket name - `Object Key Prefix` - Prefix of the object key like 'answer/data/' that ending with '/' - `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/ - `Max File Size` - Max file size in MB, default is 10MB