Skip to content

Simple s3 artifact uploader. Meant to be used with Circle CI

License

Notifications You must be signed in to change notification settings

gdelvalle/s3artifact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3artifact

Implements necessary parts of the s3 API to upload a file and make it publicly readable.

Use Case

See the name. To expound, if you are in CI build env customized for go compilation, adding something like python and aws-cli is not very practical, or its certainly not the shortest path between points. This solved for that very niche need.

Install

Clone repo Run 'make && sudo make install'

About

Simple s3 artifact uploader. Meant to be used with Circle CI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.8%
  • Makefile 39.2%