Alexandre Bodin b4e2554a5a Add doc to local and rackspace providers
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-02 16:46:45 +01:00

686 B

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