You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
because s3.bucket(name: string) is doing a list bucket under the hood before doing a find, it won't be able to reach any buckets in a different account given that cross account access is enabled.
because
s3.bucket(name: string)
is doing a list bucket under the hood before doing a find, it won't be able to reach any buckets in a different account given that cross account access is enabled.https://github.com/seratch/AWScala/blob/master/src/main/scala/awscala/s3/S3.scala#L63
The text was updated successfully, but these errors were encountered: