Skip to content

zacharycoulter/strapi-provider-upload-b2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

strapi-provider-upload-b2

Backblaze B2 upload provider for Strapi v3

How to install

To install this provider provider run:

npm i strapi-provider-upload-b2 --save

To enable the provider, create or edit the file at ./config/plugins.js

module.exports = ({ env }) => ({  
   upload: {  
       provider: "b2",  
	   providerOptions: {  
          applicationKeyId: env('B2_ID'),  
	      applicationKey: env('B2_KEY'),  
	      bucket: env('B2_BUCKET')  
      }  
  }  
});

See this article for more information.

About

Backblaze B2 upload provider for Strapi v3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published