Skip to content

preciousken/s3_aws_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published