1.0.1 • Published 1 year ago

s3_amazon_upload v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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 :heart: 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