1.0.7 • Published 10 months ago

strapi-provider-upload-cloudpro v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Strapi Upload Provider for CloudPRO

This provider will upload to the space using the CloudPRO API.

Parameters

  • Box Token : CloudPRO box token

How to Use

  1. Install this package
npm i strapi-provider-upload-cloudpro
  1. Create or update config in ./config/plugins.js with content
module.exports = ({ env }) => ({
  // ...
  upload: {
    config: {
      provider: "strapi-provider-upload-cloudpro",
      providerOptions: {
        boxToken: env("PRO_BOX_TOKEN"),
      },
    },
  },
  // ...
});
  1. Create .env and add provide CloudPRO config.
PRO_BOX_TOKEN=
1.0.7

10 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago