strapi/packages/strapi-provider-upload-rackspace
2020-05-07 13:02:11 +02:00
..
2020-01-08 15:41:08 +01:00
2020-05-07 13:02:11 +02:00

strapi-provider-upload-rackspace

Configurations

Your configuration is passed down to the client initialization. (e.g: createClient(config)). The implementation is based on the package pkgcloud. You can read the docs here.

Example

./extensions/upload/config/settings.json

{
  "provider": "rackspace",
  "providerOptions": {
    "username": "user-name",
    "apiKey": "api-key",
    "region": "IAD"
  }
}

Resources