acoustic-van-30942
05/11/2023, 7:21 PM@assume_role decorator that users could potentially leverage?
2. Relating to GDPR compliance, we might have to ensure that metadata in the s3 buckets are deleted after a few days. We only want to delete the snapshot data/data artifacts though, not the data related to the flow itself that is used to populate the UI. There are two different data folders in s3: data/ and metaflow/FlowName/data. What is the difference?victorious-lawyer-58417
05/11/2023, 8:20 PMvictorious-lawyer-58417
05/11/2023, 8:21 PMacoustic-van-30942
05/11/2023, 8:23 PMvictorious-lawyer-58417
05/11/2023, 8:28 PMflowname/data contains artifacts, data/ is the default location for metaflow.S3(run=self)acoustic-van-30942
05/11/2023, 8:28 PM