boundless-monkey-50243
11/21/2019, 4:43 PMpulumi stack ls
as the bucket owner, not every stack created by other accounts in that bucket show up. (Some do. Not all.) When I do aws s3 ls
, however, the JSON files do appear in the list. I can't read them as the bucket owner, however, and get a 403 on HeadObject/GetObject.
My initial expectation was an ACL problem, but I've since run aws s3 cp
across the entire bucket setting everything to bucket-owner-full-control and while that has in the past worked occasionally (for reasons I am not fully sure of), it's not working now.
1. How can I unjam myself?
2. My intuition is that this is a problem with the S3 client used by Pulumi. What steps can I take to prevent it from happening again?white-balloon-205
boundless-monkey-50243
11/21/2019, 5:11 PMwhite-balloon-205
but Pulumi barfs at thatAre you saying that you can download the contents of a file with a set of credentials, but cannot see it with
pulumi stack ls
?boundless-monkey-50243
11/21/2019, 6:10 PM