mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +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"
  }
}
