Skip to content

✨ feat(storage): add missing flags to object download#227

Merged
jfbus merged 1 commit into
mainfrom
download_flags
Jun 24, 2026
Merged

✨ feat(storage): add missing flags to object download#227
jfbus merged 1 commit into
mainfrom
download_flags

Conversation

@jfbus

@jfbus jfbus commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Description

This PR adds the --range, --version and '--part' flags to octl storage object download.

Type of Change

Please check the relevant option(s):

  • 🐛 Bug fix
  • ✨ New feature
  • 🧹 Code cleanup or refactor
  • 📝 Documentation update
  • 🔧 Build or CI-related change
  • 🔒 Security fix
  • Other (specify):

How Has This Been Tested?

Please describe the test strategy:

  • Manual testing
  • Unit tests
  • Integration tests
  • Not tested yet

Checklist

  • I have followed the Contributing Guidelines
  • I have added tests or explained why they are not needed
  • I have updated relevant documentation (README, examples, etc.)
  • My changes follow the Conventional Commits specification
  • My commits include appropriate Gitmoji

Additional Context

@github-actions

Copy link
Copy Markdown

WARNING : Differences in reference doc 🤔

 docs/reference/octl_storage_object_download.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
Detailed changes

docs/reference/octl_storage_object_download.md

+      --part int32       Part number of the object being read.
+      --range string     Range to download, as defined by RFC 9110 (e.g. bytes=0-500)
+      --version string   Version ID used to reference a specific version of the object.

@github-actions

Copy link
Copy Markdown

Binary size: 81.7MB => 81.7MB (change +0KB, +0.0%) 😉

@jfbus jfbus marked this pull request as ready for review June 24, 2026 09:24
@jfbus jfbus requested a review from a team June 24, 2026 09:24
@jfbus jfbus requested a review from a team as a code owner June 24, 2026 09:24
@jfbus jfbus merged commit 90bb6f1 into main Jun 24, 2026
8 checks passed
@jfbus jfbus deleted the download_flags branch June 24, 2026 09:27
@jfbus jfbus added the kind/feature New feature or request label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/feature New feature or request

Development

Successfully merging this pull request may close these issues.

2 participants