Skip to content

Custom Strapi Provider for Imgix backed by an Amazon AWS S3 Bucket

License

Notifications You must be signed in to change notification settings

383Project/strapi-provider-upload-aws-s3-imgix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-imgix",
  "providerOptions": {
    "aws": {
      "accessKeyId": "dev-key",
      "secretAccessKey": "dev-secret",
      "region": "aws-region",
      "params": {
        "Bucket": "my-bucket"
      }
    },
    "imgix": {
      "domain": "imgix-domain",
      "pathPrefix": "imgix-path-prefix"
    }
  }
}

Resources

Links

About

Custom Strapi Provider for Imgix backed by an Amazon AWS S3 Bucket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published