Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Lake Storage documentation on accessing buckets #621

Open
PeterRayner opened this issue May 23, 2024 · 1 comment
Open

Data Lake Storage documentation on accessing buckets #621

PeterRayner opened this issue May 23, 2024 · 1 comment

Comments

@PeterRayner
Copy link

Hi team

Im hoping we can add some documentation examples around accessing bronze/ silver/ gold buckets dynamically for CDK .
for example for python:

storage = dsf.storage.DataLakeStorage(self, "MyDataLakeStorage")
bronze_bucket_arn = storage.bronze_bucket.bucket_arn

In addition if there is a way to launch bronze /silver/gold in account A , but access logs bucket in audit account B, this would be great.

@vgkowski
Copy link
Contributor

We can add a property in the DataLakeStorage to pass a custom access log bucket. In the cross scenario, the bucket policy on the access log bucket cannot be managed by the CDK stack so we also need to modify the AccesLogBucket to support granting the cross account logging from the DataLakeStorage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants