Skip to content

Collection of methods to perform operations on AWS S3 buckets.

License

Notifications You must be signed in to change notification settings

ayush5588/push2Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push2Storage

Package to upload files to cloud storage such as s3. Will be adding support for other cloud storage as well.

Need for this

Even though there are other packages which do the same thing but I thought of having a one simple function which can be used to upload the files to the cloud storage.

Steps to Use

  • Import the "github.com/ayush5588/push2Storage/pkg/upload" pkg.
  • Pass the required arguments to the upload.Upload() function.

For full example, please see the examples folder.

Current cloud storage implementations

  • S3 (AWS)

About

Collection of methods to perform operations on AWS S3 buckets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages