strapi-provider-upload-aws-s3-webp-optimized

3.0.3 • Public • Published

strapi-provider-upload-aws-s3-webp-optimized

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-webp-optimized",
  "providerOptions": {
    "accessKeyId": "dev-key",
    "secretAccessKey": "dev-secret",
    "region": "aws-region",
    "params": {
      "Bucket": "my-bucket"
    }
  }
}

Resources

Links

Readme

Keywords

Package Sidebar

Install

npm i strapi-provider-upload-aws-s3-webp-optimized

Homepage

strapi.io

Weekly Downloads

1

Version

3.0.3

License

MIT

Unpacked Size

5.68 kB

Total Files

4

Last publish

Collaborators

  • niklissad