snce-aws-utils

AWS Helper for uploading/downloading files to S3 bucket

Usage no npm install needed!

<script type="module">
  import snceAwsUtils from 'https://cdn.skypack.dev/snce-aws-utils';
</script>

README

AWS S3 Bucket Utils

js-standard-style

AWS Helper for manage file on AWS S3 bucket, available methods:

Requirement

AWS S3 bucket with valid credentials, access key using profile stored in .aws/credentials or using key from .env file

Installation

Using npm:

$ npm i -g npm
$ npm i snce-aws-utils

Usage

Require module:

// Load aws-s3-utils.
const snceS3Utils = require('snce-aws-utils');

Module Init

Upload

Delete

Download