Added quota info (total bytes and objects count) support for containers.#186
Merged
Merged
Conversation
Swift protocol allows to retrieve quota info for a container (https://docs.openstack.org/api-ref/object-store/#show-container-metadata). This commit allows to get those data (if available). This is useful to enhance 'rclone about' command when used with some swift implementations such as Blomp storage.
Owner
|
I've made a new release with that change in @fsantagostinobietti if you want to make a PR for rclone now, you can use v2.0.3 - thank you |
5 tasks
nono
referenced
this pull request
in cozy/cozy-stack
Sep 16, 2024
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ncw/swift/v2](https://redirect.github.com/ncw/swift) | `v2.0.2` -> `v2.0.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ncw/swift (github.com/ncw/swift/v2)</summary> ### [`v2.0.3`](https://redirect.github.com/ncw/swift/releases/tag/v2.0.3) [Compare Source](https://redirect.github.com/ncw/swift/compare/v2.0.2...v2.0.3) #### What's Changed - Added quota info (total bytes and objects count) support for containers. by [@​fsantagostinobietti](https://redirect.github.com/fsantagostinobietti) in [https://github.com/ncw/swift/pull/186](https://redirect.github.com/ncw/swift/pull/186) #### New Contributors - [@​fsantagostinobietti](https://redirect.github.com/fsantagostinobietti) made their first contribution in [https://github.com/ncw/swift/pull/186](https://redirect.github.com/ncw/swift/pull/186) **Full Changelog**: ncw/swift@v2.0.2...v2.0.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on Monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cozy/cozy-stack). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Swift protocol allows to retrieve quota info for a container (see openstack doc ). This commit is to get those additional data (if available).
This is useful to enhance rclone about command when used with swift implementations that provide quota info (Ex. Blomp storage).