Socket
Socket
Sign inDemoInstall

skipper-gclouds

Package Overview
Dependencies
135
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    skipper-gclouds

A skipper adapter to allow uploading files to Google Cloud Storage


Version published
Weekly downloads
31
decreased by-41.51%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

forthebadge

Stories in Progress Codacy Badge bitHound Code bitHound Dependencies dependencies Status DevDependencies npm version GitHub license

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 onlinemad@gmail.com

License

MIT

NPM

Keywords

FAQs

Last updated on 26 Jul 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc