Randall McPherson

Results 24 comments of Randall McPherson

Could you provide a little more info about your bucket and environment: What version of gof3r are you running? What AWS region? Is versioning enabled on your bucket? Does this...

This is an issue with the current code that assumes all endpoints end with amazonaws.com. I've updated the regexp matcher in a pr here https://github.com/rlmcpherson/s3gof3r/pull/107 I don't have a way...

Are you interested in support for the credentials file in the go library (s3gof3r) or command-line client (gof3r)?

This could be due to either shadowing, which should be addressed by #85, or possibly a race condition in the putter error handling. The putter needs to be updated similarly...

@bmurphy1976 Do you know whether the zero exit code was happening consistently or intermittently? If it was due to a race condition, I would expect the error to be returned...

Can you please elaborate on this issue and provide an example use case?

Yes, you're correct on all counts. The customer-side encryption does not work as those headers must be sent with each part whereas all other headers are only sent on "Initiate...

I hope to add v4 signing support but not sure when I'll get to that. I'll probably prioritize that over customer-side encryption support, as the signing may impact how that...

Do you get any errors when running the command? What's the throughput and how does it compare to the bandwidth of your internet connection? Do you see retries logged if...