I am encountering an issue with the “Get Bucket List” Activity in that it is not throwing any Errors but it is not returning any Buckets in the Collection / List but the other Bucket Activities work like Create Bucket or Empty Bucket or even Delete Bucket all within the same “Amazon Web Services Scope” so not sure that is going on…? Have Full Access to S3 from a Security perspective - again, given that I can Create and Delete Buckets.
can you please share some details:
- which AWS package version do you use
- what is the Studio version
Hi Scott! I just tried to run list bucket activity with same studio desktop version and AWS package version, and it seems to be working fine. What I would suggest is to see if you have “s3:ListAllMyBuckets” permission in the IAM policy which you’re attaching to your client secret creds. Being able to create and delete the buckets does not imply that you’ll have list bucket permission too. Can you please give it a try?