laher / goxc

a build tool for Go, with a focus on cross-compiling, packaging and deployment
1.68k stars 79 forks source link

S3 or Google Storage file upload #88

Closed pnegahdar closed 8 years ago

pnegahdar commented 9 years ago

Is this desirable? Want to sync build directory with some S3 bucket. Can create a pull request with feature. Could the pull request contain a dependency to goamz or other s3 lib?

laher commented 9 years ago

Sure, that sounds great.

This would be the first 3rd party dependency which was out of my control, so at this point I'd want to use vendoring, to avoid breaking peoples' builds in future. godep works for me. Sounds good?

joeblew99 commented 8 years ago

+1 This is exactly what i also need.

One thing about this is keys. If you put something on S3, you want to control who can pull and push to that bucket. It might be overkil because you can manage this manually too.

joeblew99 commented 8 years ago

as far as s3 libra to use, this is one that i am using also: https://github.com/minio/mc

its nice because you can also sync between local and s3 and custom s3 servers. I am NOT sure if it can be used as a libary though. i use it as a binary right now

gurre commented 8 years ago

I desire this feature aswell.

joeblew99 commented 8 years ago

I just wrote a bash script to get the job done.

On Wed, 13 Apr 2016, 22:26 Gustav Svalander, notifications@github.com wrote:

I desire this feature aswell.

— You are receiving this because you commented. Reply to this email directly or view it on GitHub https://github.com/laher/goxc/issues/88#issuecomment-209632097

laher commented 8 years ago

Closing - see bash script