Max Scheiber

Results 2 issues of Max Scheiber

It is not currently possible to programmatically respond to all classes of S3 errors because `parse_aws_s3_response` swallows that information, instead using `httr::stop_for_status`. See: https://github.com/cloudyr/aws.s3/blob/8c722f8e84ea9f645ea394ef0908cfc003251155/R/s3HTTP.R#L238-L246 It would be great to have...

A couple of comments: 1. This is the first pull request I've ever made (as well as the first open source contribution I've ever made). Hopefully the code style is...