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
self.get_bucket_policy()['Statement'][0]['Principal']['AWS'] in the S3 bucket code is a random order, so not cannot reliably compare to the local definition of the policy.
For now will need to massage policy comparison so principals are sets.
Long term, policies need to be fully fledged resources.
(Used to work - is this a change to the API? Check releases notes etc)
The text was updated successfully, but these errors were encountered:
self.get_bucket_policy()['Statement'][0]['Principal']['AWS']
in the S3 bucket code is a random order, so not cannot reliably compare to the local definition of the policy.For now will need to massage policy comparison so principals are sets.
Long term, policies need to be fully fledged resources.
(Used to work - is this a change to the API? Check releases notes etc)
The text was updated successfully, but these errors were encountered: