Closed
Description
I have some AWS credentials for which I can't list buckets. I almost never have bucket level permissions, but I do have permissions on prefixes. So something like
fs = s3fs.S3FileSystem(profile_name='user')
fs.ls('s3://home/sseabold/prefix')
Won't work because I can't list any buckets (S3Client.list_buckets fails), and I also don't generally have permissions at the bucket level.
Similar issues to those here [1, 2] for the default (old) boto behavior.
[1] conda/conda#2126
[2] blaze/odo#448
Metadata
Metadata
Assignees
Labels
No labels