mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	strapi-provider-upload-aws-s3
Configurations
Your configuration is passed down to the provider. (e.g: new AWS.S3(config)). You can see the complete list of options here
Example
./extensions/upload/config/settings.json
{
  "provider": "aws-s3",
  "providerOptions": {
    "accessKeyId": "dev-key",
    "secretAccessKey": "dev-secret",
    "region": "aws-region",
    "params": {
      "Bucket": "my-bucket"
    }
  }
}
