s3_amazon_upload

1.0.1 • Public • Published

Connect your application to AWS S3 to manage your media

Please consider checking out the links of this project's author, Preciousken, and consider starring the project to show your ❤️ and support. while the link to this project is (https://github.com/preciousken/s3_aws_upload)

Install

Install with npm:

$ npm install --save s3_amazon_upload

Usage

This package was built for simplifying the connection of your application with AMAZON S3 to upload files e.g images, pdf, video, audio and so on.

const AMAZON_S3_UPLOAD = require('s3_amazon_upload');

AMAZON_S3_UPLOAD({
  accessKey:'<YOUR AWS ACCESSKEY>',
  secretKey:'<YOUR AWS SECRETKEY>',
  Bucket:'<BUCKET NAME>',
  FileDIR: '<file.mp3 or whatever 🤣>'
})

About

Author

preciousken

Upcoming

  • Await some upcomings not mentioned yet

License

Copyright © 2023, preciousken. Released under the MIT License.# s3_aws_upload

Package Sidebar

Install

npm i s3_amazon_upload

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

2.64 kB

Total Files

3

Last publish

Collaborators

  • preciousken