Skip to content

TopCS/strapi-provider-upload-upc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An alternative upload provider working with latest uploadcare lib and latest  Strapi.

Set config with 

module.exports = ({ env }) => ({
    // ...
    upload: {
        config: {
      provider: 'upc',
      providerOptions: {
        public_key:"xxxxx",
        secret_key:"xxxxx",
        base_cdn_url: "https://ucarecdn.com",
      },
    },
    }
    // ...
  });

About

updated uploadcare provider for strapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published