strapi-provider-upload-tool-minio

3.5.4 • Public • Published

strapi-provider-upload-tool-minio

Configurations

Your configuration is passed down to the provider. (e.g: new AWS.S3(config)). You can see the complete list of options here

Example

./config/plugins.js

module.exports = ({ env }) => ({
  // ...
  upload: {
    provider: 'tool-minio',
    providerOptions: {
        endPoint: 'MINIO-ENDPOINT',
        port: 80,
        useSSL: false,
        bucketName: 'BUCKETNAME',
        accessKey: 'MINIO-ACCESS-KEY',
        secretKey: 'MINIO-SECRET-KEY',
        params: {
          target: 'TARGET-DIR',
        },
      },
  },
  // ...
});

Readme

Keywords

Package Sidebar

Install

npm i strapi-provider-upload-tool-minio

Homepage

strapi.io

Weekly Downloads

0

Version

3.5.4

License

SEE LICENSE IN LICENSE

Unpacked Size

3.87 kB

Total Files

4

Last publish

Collaborators

  • jianglu01