-
Is it possible to ssh into the instance created in the README file?
```
i
-
I was writing a function delete an Object from a DigitalOcean Space (which follows the AWS S3 API) using `aws.s3::delete_object` and was getting an error about a bucket not found. A quick debug and a …
-
xml2 v1.2.0 changed the behavior of `as_list(read_xml(tmp))` to add an additional layer of nesting to the list output. See https://github.com/r-lib/xml2/releases/tag/v1.2.0
Many functions pull item…
-
Please specify whether your issue is about:
aws.s3 fails to upload files of exactly 100000 bytes. this is because `file.size` (used at https://github.com/cloudyr/aws.s3/blob/3d2b2e17b92255a7393551…
-
Report from Vitalina Komashko:
```R
system.time(copy_object(from_object = from_object[1], to_object = to_object[1],
from_bucket = from_bucket, to_bucket = to_bucket, verbose = TRUE))
Using Envir…
-
when i am trying to place data into s3 bucket with help of below codes it is throwing me error
```
library("aws.s3")
Sys.setenv("AWS_ACCESS_KEY_ID" = "keykkk",
"AWS_SECRET_ACCESS_KEY…
-
Let me know which items are not ready yet so that I can contribute and accelerate development of this package. Thanks.
-
I have seen a few people posting about this error but I can't seem to get around it.
Essentially I am trying to upload a large CSV (~7GB) to an S3 bucket. I obviously get an error for the size bein…
-
Hola!,
When I tried to test read a file that’s on our S3 using the steps mentioned [here](https://github.com/cloudyr/aws.s3), I keep getting an error of ACCESS DENIED (full description below). I h…
-
the bug is discused and fixed here:
https://github.com/eddelbuettel/littler/pull/49/commits/4a5a4014714d8727b2699db96f6e42ebeb34bd3f
the thing is rocker/hadlyeverse is phasing out and mostly unman…