skipper-gclouds
v1.0.2
Published
A skipper adapter to allow uploading files to Google Cloud Storage
Downloads
71
Maintainers
Readme
skipper-gclouds
A skipper adapter to allow uploading files to Google Cloud Storage
Usage
req.file('avatar').upload({
// ...any other options here...
adapter: require('skipper-gclouds'),
projectId: 'YOUR_PROJECTID',
keyFilename: 'YOUR_KEYFILENAME_PATH',
email: 'YOUR_GCS_EMAIL',
scopes: ['YOUR_SCOPES'],
bucket: 'YOUR_GCS_BUCKET',
//Are files uplodaded public?
public: true,
}, ...);
Special Thanks
Forked from skipper-gcs by Ian Wu [email protected]