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

Fix bucket update when file_lock_configuration omitted #66

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

vbaltrusaitis-reef
Copy link
Collaborator

@vbaltrusaitis-reef vbaltrusaitis-reef commented Jan 5, 2024

Bucket updates used to fail if file_lock_configuration is omitted. This happens because on bucket update, pybindings get an empty default_retention list instead of a missing field / None.

This PR also prepares for a release.

Fixes #65

Bucket updates used to fail if `file_lock_configuration` is omitted.
This happened because on bucket update, pybindings get an empty
`default_retention` list instead of a missing field / None.
CHANGELOG.md Outdated Show resolved Hide resolved
go.sum Show resolved Hide resolved
@vbaltrusaitis-reef vbaltrusaitis-reef merged commit 9fd8ea9 into master Jan 10, 2024
6 checks passed
@vbaltrusaitis-reef vbaltrusaitis-reef deleted the bucket-update-fix branch January 10, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to configure lifecycle_rules
2 participants