mirror of
https://github.com/strapi/strapi.git
synced 2025-08-18 05:37:10 +00:00
31 lines
686 B
Markdown
31 lines
686 B
Markdown
# 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](https://github.com/pkgcloud/pkgcloud#storage).
|
|
|
|
**Example**
|
|
|
|
`./extensions/upload/config/settings.json`
|
|
|
|
```json
|
|
{
|
|
"provider": "rackspace",
|
|
"providerOptions": {
|
|
"username": "user-name",
|
|
"apiKey": "api-key",
|
|
"region": "IAD"
|
|
}
|
|
}
|
|
```
|
|
|
|
## Resources
|
|
|
|
- [MIT License](LICENSE.md)
|
|
|
|
## Links
|
|
|
|
- [Strapi website](http://strapi.io/)
|
|
- [Strapi community on Slack](http://slack.strapi.io)
|
|
- [Strapi news on Twitter](https://twitter.com/strapijs)
|