Skip to content
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

Bucket versioning checkbox should reflect lifecycle configuration #13505

Closed
dkocher opened this issue Jun 23, 2022 · 0 comments · Fixed by #13506
Closed

Bucket versioning checkbox should reflect lifecycle configuration #13505

dkocher opened this issue Jun 23, 2022 · 0 comments · Fixed by #13506
Labels
b2 Backblaze B2 Protocol Implementation
Milestone

Comments

@dkocher
Copy link
Contributor

dkocher commented Jun 23, 2022

https://www.backblaze.com/b2/docs/lifecycle_rules.html
Keep only the last version of the file deletes prior versions of a file one day after uploading a new version or hiding the file. The rule looks like this:

    {
        "daysFromHidingToDeleting": 1,
        "daysFromUploadingToHiding": null,
        "fileNamePrefix": ""
    }
@dkocher dkocher added the b2 Backblaze B2 Protocol Implementation label Jun 23, 2022
@dkocher dkocher added this to the 8.4.0 milestone Jun 23, 2022
dkocher added a commit that referenced this issue Jun 23, 2022
@dkocher dkocher linked a pull request Jun 23, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
b2 Backblaze B2 Protocol Implementation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant