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

aws-s3-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-s3-component

[![N|Solid](https://cloudgensys.com/cg-demo/wp-content/uploads/2019/05/CG-Logo-01.png)](https://www.cloudgensys.com/)

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

N|Solid

aws-s3-component

This component is based on Open Integration Hub framework, allowing this to connect with other components in order to have different flow exchanging data in a specific goal of transformation for the information.

This component allows to get a connection with a AWS S3 bucket and handle the content inside the bucket.

Features

  • Get the list of all buckets of the account.
  • Create a new bucket for the account.
  • Upload a file from a local machine to an specific S3 bucket.
  • Get the list of files in a specific bucket.
  • Delete an specific bucket inside the account.
  • Get a file that is inside a bucket.
  • Get the grant of a bucket.

Libraries

For more detail of the functionality review aws-s3-cg-lib documentation

Installation

Docker image: cloudgenuser/aws-s3-component:1.0.0

Functions

  • trigger:
    • awss3_source
  • action:
    • awss3

Fields:

  • flag: The string that contains the actinon to execute, can be one of this: CREATETBUCKET, DELETEBUCKET, GETBUCKETGRANTS, GETFILE, GETLISTBUCKETS, GETLISTFILESINBUCKET, UPLOADFILE . The string is not case sensitive.
  • accessKey: Is the key to grant you access to the Amazon services.
  • secretKey: Is the password access related to the key.
  • region: Is a code that corresponds to the zone of the services in wich the Amazon services are alocated according with the user contract to use the AWS services, the list of codes and what is the neares code in user zone can be reviewed in the next link: https://aws.amazon.com/es/about-aws/global-infrastructure/regions_az/
  • bucketName: The name of the bucket that in wich is required to create, deleted, to know grants, to search a file, to get the list of files or create the file.
  • content: The content of the file to be created.

FAQs

Package last updated on 17 Nov 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