Skip to content

Allow Pseudonymizer to write to a bucket without having permissions to see all buckets

Stan Hu requested to merge sh-fix-meltano-upload into master

Calling Fog::Storage::AWS::Directories#get requires the ListAllMyBuckets permission, but we can avoid that extra query and permission by initializing the directory with a specific bucket: https://stackoverflow.com/a/12288581/1992201

Edited by Stan Hu

Merge request reports

Loading