This package has been deprecated

Author message:

Strapi V3 is no longer maintained

strapi-provider-upload-rackspace

3.6.11 • Public • Published

strapi-provider-upload-rackspace


Deprecation Warning ⚠️

Hello! We have some news to share,

We’ve decided it’ll soon be time to end the support for strapi-provider-upload-rackspace.

After years of iterations, Strapi is going to V4 and we won’t maintain V3 packages when it’ll reach its end-of-support milestone (~end of Q3 2022).

If you’ve been using strapi-provider-upload-rackspace and have migrated to V4 (or if you want to), you can find the equivalent and updated version of this package at this URL and with the following name on NPM: @strapi/provider-upload-rackspace.

If you’ve contributed to the development of this package, thank you again for that! We hope to see you on the V4 soon.

The Strapi team


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.

See the using a provider documentation for information on installing and using a provider. And see the environment variables for setting and using environment variables in your configs.

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: 'rackspace',
    providerOptions: {
      username: env('RACKSPACE_USERNAME'),
      apiKey: env('RACKSPACE_KEY'),
      region: env('RACKSPACE_REGION'),
      container: env('RACKSPACE_CONTAINER'),
    },
  },
  // ...
});

Resources

Links

Dependents (0)

Package Sidebar

Install

npm i strapi-provider-upload-rackspace

Weekly Downloads

2

Version

3.6.11

License

SEE LICENSE IN LICENSE

Unpacked Size

5.87 kB

Total Files

4

Last publish

Collaborators

  • alexandrebodin
  • aurelsicoko
  • pierreburgy
  • lauriejim
  • hichamelbsi
  • convly