GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
862 stars 202 forks source link

Support soft delete retention for storage bucket #2046

Open 600lyy opened 3 weeks ago

600lyy commented 3 weeks ago

Checklist

Describe the feature or resource

The bucket's soft delete policy, which defines the period of time that soft-deleted objects will be retained, and cannot be permanently deleted. If it is not provided, by default Google Cloud Storage sets this to default soft delete policy`

We need this feature to be added in KCC before GCS team start the billing for retention as of Aug 25th

Additional information

Found this PR addressed this feature, however it is not getting any update since April https://github.com/GoogleCloudPlatform/k8s-config-connector/pull/1527

Importance

No response