user
06/21/2023, 3:26 PMdiagrams▾
user
06/21/2023, 3:30 PMdata files stored in unmanaged bucket and LakeFS managed bucket in this diagram▾
user
06/21/2023, 4:15 PMuser
06/21/2023, 6:30 PMuser
06/21/2023, 6:35 PMuser
06/21/2023, 6:47 PMuser
06/21/2023, 6:58 PM"Resource": ["arn:aws:s3:::*"],
I think this would work for your setup, however I would highly recommend to avoid it as it will give lakeFS access to all your buckets (even the ones you don't intend to use with lakeFS.
Instead I would suggest using a single bucket for lakefs and use prefixes for the repositories.
For example if your bucket is named bucket1
, when creating repository named repo1
I would use the repo namespace <s3://bucket1/lakefs-repos/repo1/>
or <s3://bucket1/repo1>
user
06/21/2023, 7:52 PMuser
06/21/2023, 7:53 PM