Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spikedpunch/forge-plugin-s3

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spikedpunch/forge-plugin-s3

An S3 plugin for `forge`

  • 0.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

forge-plugin-s3

An S3 plugin for forge

Usage

//...
plugins: [
   { name: 's3', plugin: new S3Plugin({
      accessKeyId: 'XXXX'
      secretAccessKey: 'XXXX',
      region: 'us-west-2'
   })}
],
// Step
{
   alias: 's3',
   plugin: 's3',
   // If 'use' is provided, this will write to S3, otherwise
   // this will read from S3
   use: 'xxx',
   // (Optional) accessKeyId, accessKeyId, and region must be provided here
   // or in the Plugin's constructor
   accessKeyId: 'XXX'
   secretAccessKey: 'XXX'
   region: 'us-west-2',
   // (Required) the bucket name
   bucket: 's3-bucket-name',
   // (Required) The key
   key: 's3-key',
   // Optional S3.ClientConfiguration options
   s3Options: {}
}

FAQs

Package last updated on 03 Oct 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc