Tim Kay

Results 36 comments of Tim Kay

I think it does as you suggest, retry when it makes sense based on the http code. (I have seen a situation where the web server returned the wrong http...

I wrote aws when Amazon provided a few services, and it was already a lot of work to keep up with the documentation. Since then, the number of services and...

Try adding --AWS4 My preference would have been to upgrade the authorization mechanism for everybody, but Amazon didn't create an upward compatible path everywhere. ...Tim On Thu, Jul 14, 2016...

Try adding --fail, which is passed on to curl. On Mon, Nov 16, 2015 at 4:09 PM, Eric [email protected] wrote: > If I run > '''bash > aws head MY_BUCKET/some_object_that_doesnt_exist...

I just added support for ?website, so please download the latest version from github. Here is an example: ``` echo 'timkay.com' |aws put s3.timkay.com?website ```

You can add -v or -vv (two v's) to see the actual request sent to S3. I don't think any output is expected from S3... Simply this meta document is...

As I understand it, S3 will redirect from the first URL to the second, so either should work. However, it takes some propagation time after creation of the bucket, so...

Rob, it would be great to have RDS support. Please add it and send me a merge request. (I never used RDS, and I haven't had a chance to do...

These days I refer people to the wiki. I don't know if you can update the wiki. On Jul 29, 2014 2:36 PM, "Rob Goodridge" [email protected] wrote: > It would...

Is your point that the $ExitCode variable is not used? This code was added by a merge request from another user, related to RDS. Why do you think that code...