Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

S3 or Google Storage file upload #88

Closed
pnegahdar opened this issue Oct 11, 2015 · 6 comments
Closed

S3 or Google Storage file upload #88

pnegahdar opened this issue Oct 11, 2015 · 6 comments

Comments

@pnegahdar
Copy link

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
Copy link
Owner

laher commented Oct 25, 2015

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
Copy link

+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
Copy link

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
Copy link

gurre commented Apr 13, 2016

I desire this feature aswell.

@joeblew99
Copy link

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
#88 (comment)

@laher
Copy link
Owner

laher commented Jul 22, 2016

Closing - see bash script

@laher laher closed this as completed Jul 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants