aws.s3 icon indicating copy to clipboard operation
aws.s3 copied to clipboard

Amazon Simple Storage Service (S3) API Client

Results 101 aws.s3 issues
Sort by recently updated
recently updated
newest added

Hi, Does the package have an equivalent to the aws sts get-caller-identity command? Best

https://github.com/cloudyr/aws.s3/blob/621e0adc85abaa414814569ffe7dd28334318dc3/R/head_object.R#L66 Hi, I think a simple change here from `as.integer` to `as.double` should fix this bug. I was calling `object_size()` on a large object, and it was returning NA because...

Hi, one more suggestion for `save_object()` related to #288. Currently the file is created and populated with the response error, if the relevant object/key is not available on the s3...

This is related to #340 since the fix is not ideal and has side effects. I'd like opinions on best way to resolve. I have AWS_S3_ENDPOINT environment variable set and...

Please specify whether your issue is about: - [ ] a question about package functionality - [ ] a suggested code or documentation change, improvement to the code, or feature...

Closes #416 My editor stripped some whitespace -- it's really a one-line change + some docs. [Review without whitespace](https://github.com/cloudyr/aws.s3/pull/417/files?diff=unified&w=1) Please ensure the following before submitting a PR: - [x] if...

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

Possible bug. I'm trying to 'download' from `s3sync()` while supplying a prefix. The download fails on the first 'file' it tries to download, which appears to be an empty string....

Possible bug in put_object. Using a brand-new AWS (free) account I'm attempting basic operations with S3 storage. The following code results in the error: "Error: Argument object must be of...

Previously, function erroneously assumed that XML response always had `` elements listed last, and merely used `tail()` to get the Key of the last element for use as NextMarker. This...