-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
[Feature Request]: Manage GCS soft delete policy in temp location #31330
Comments
.take-issue |
What is the status here? |
Everything is done, except for adding a warning to Python SDK if the bucket has soft delete enabled. |
I am asking because it is targeting 2.57.0 release. Are we able to cherry-pick? Or is it good enough having some functionality on 2.57.0 branch? |
The three merged commits should be good for cherry-picking. I am waiting for the fourth(last) one to be reviewed. If it can get through today or tomorrow, can we cherry pick it as well? |
Ok. the remaining task is done and merged. I think we are good to close this issue @kennknowles. |
SGTM |
What would you like to happen?
Background
GCS has introduced soft delete policy feature in new and existing buckets since March 2024. By default, the soft delete retention period is 7 days. (https://cloud.google.com/resources/storage/soft-delete-announce?hl=en)
This feature may impact Beam users who use temp and staging locations in GCS for temporary files and pipeline execution, because storage during the soft delete window will still be billed.
Tasks
Issue Priority
Priority: 2
Issue Components
The text was updated successfully, but these errors were encountered: