Skip to content

ae6rt/s3rw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read / Write S3 buckets. Authentication uses the same file $HOME/.aws/credentials that the AWS CLI tool uses.

Bucket contents are encrypted using AES256 server side encryption.

Build

make

Help

$ ./s3rw -h
Usage of ./s3rw:
  -bucket-name string
    	Bucket name
  -filename string
    	file to get or put
  -object-key string
    	Item key in bucket
  -op string
    	get or put
  -profile string
    	AWS profile from $HOME/.aws/credentials to use
  -region string
    	AWS region
  -version
    	Print version info and exit.

About

Go command line tool to r/w S3 objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published