Skip to content

s4ntos/s3upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3upload

Golang s3 upload

Small script to upload to AWS S3 with SSE encryption. The script only required List and Put privileges and be allowed to use the key for encryption.

Sample configuration file

Region: "eu-west-1"
Access_key : "A1234567890"
Secret_key : "AAAAAA1111111122222222333333333333"
Bucket: "bucketname"
Folder:  "directory"
ACL: "bucket-owner-full-control" # Optional
EncryptionKey: "" # Optional
Locations : [ "./test" ]
Filter : "file.*.csv$" # Regex
Upload_existing : true
Archive: true
Remove: true
RunOnce: false

About

Golang s3 upload

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published