destination-earth / DestinE_ESA_GFTS

Global Fish Tracking Service - DestinE DESP Use Case
https://destination-earth.github.io/DestinE_ESA_GFTS/
Apache License 2.0
10 stars 6 forks source link

update user policies to grant full access to buckets #79

Closed minrk closed 1 month ago

minrk commented 1 month ago

user policies grant permission to buckets, overriding the default private acl of objects created with s3fs.

no longer need usernames to be in multiple sets

minrk commented 1 month ago

Fixed a problem where users must have exactly one policy. If multiple policies apply to a user, whichever one gets created last will have its effect, while previous policies will have been deleted despite Tofu thinking they exist. All policies should be recreated now.