-
**Usecase:**
Write raster files (.tif format) using the `gcs_upload` function. Using the function `writeRaster` from `raster` package.
**Error:**
`Problem writing file using object_function`
…
-
Hi
I have file .Renviron
GCE_AUTH_FILE="googlesearchconsole-f05500e7690a.json"
GCE_DEFAULT_PROJECT_ID="massive-boulder-195108"
GCE_DEFAULT_ZONE="europe-west1-b"
When I execute gce_get_project…
-
The bcrypt library causes aws.s3 to fail for requests once this is loaded.
**Restart your R session and try:**
```
library(aws.s3) # https://github.com/cloudyr/aws.s3
# library(bcrypt) # comment…
-
https://docs.travis-ci.com/api/#api-clients
cc @leeper
-
Installed the package from Github using `devtools::install_github("cloudyr/aws.polly")`. Then ran the following example from the README:
```R
> library("aws.polly")
> vec
-
Sapi has deprecated form uploads, so the save table needs to be forced to use the async/federated token
-
It wasn't immediately obvious to me how you'd perform [multipart uploads](http://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html) using aws.s3. The Java SDK has a [high-level API](http://doc…
-
I want to write exception handling in case the object I want to get from my bucket isn't there. I tried to surround this in `tryCatch`:
```r
tryCatch({
header
-
Some of us are working on adding support in https://github.com/sckott/analogsea for DigitalOcean's new Spaces API which implements Amazon's S3 API. To save duplicated effort, we've mostly been able to…
-
Please specify whether your issue is about:
- [ ] a possible bug
- [x] a question about package functionality
- [x] a suggested code or documentation change, improvement to the code, or feature …