mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00: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"
}
}