strapi/packages/strapi-provider-upload-aws-s3
2020-05-05 14:56:13 +02:00
..
2018-10-19 09:26:09 +02:00
2019-04-16 09:05:47 +02:00
2018-10-19 09:26:09 +02:00
2020-01-08 15:41:08 +01:00
2020-05-05 14:56:13 +02: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"
    }
  }
}

Resources