cloudyr / aws.s3

Amazon Simple Storage Service (S3) API Client
https://cloud.r-project.org/package=aws.s3
381 stars 147 forks source link

Possible Bug: get_bucket no longer allows a list? #381

Closed gryslik closed 3 years ago

gryslik commented 3 years ago

Hi,

I am trying to run get_bucket("mybucket") returns an error with a message of:

chr "The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future "| __truncated__

When I go to the command line, the following command works fine: aws s3 ls mybucket --recursive

gryslik commented 3 years ago

Closing this issue, you must pass a region parameter. Didn't realize that from documentation.