Hello. Is there a recommended approach for removin...
# flyte-v1-support
t
Hello. Is there a recommended approach for removing older intermediate values from s3 that aren't required anymore? I have some large values returned from tasks that are taking up a lot of space. I can use PutBucketLifecycleConfiguration on the s3 side, but currently I don't want the workflow results to expire
👍 1
f
bucket policies and ttl on cache is what you need