Skip to content

Ability to enable soft delete for blob and containers as well as enable versioning #782

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

Closed
rainerleber opened this issue Oct 26, 2022 · 0 comments · Fixed by #815
Closed
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@rainerleber
Copy link

Is your feature request related to a problem?/Why is this needed
We want to enable soft delete and versioning on dynamic provisioned blobs.

Describe the solution you'd like in detail

  • Specifing the retention time of soft delete for blobs should enable the feature on the storage account.
    If it is not specified nothing will be enabled.

  • Specifing true or false on a paramter for versioning enables the blob version control
    Defaults to false.
    This feature is only applicable if protocol equals to fuse.

In general there should be three paramters like:
softDeleteBlobs: 7
softDeleteContainers: 7
enableVersioning: true

@andyzhangx andyzhangx added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants