Closed pnegahdar closed 8 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?
+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.
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
I desire this feature aswell.
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
Closing - see bash script
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?