Skip to content

🐛 fix: missing int64 flags#138

Merged
jfbus merged 1 commit intomainfrom
int64
Mar 24, 2026
Merged

🐛 fix: missing int64 flags#138
jfbus merged 1 commit intomainfrom
int64

Conversation

@jfbus
Copy link
Copy Markdown
Contributor

@jfbus jfbus commented Mar 24, 2026

Description

int64 fields were not mapped to flags.

Fixes: #137

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

@jfbus jfbus marked this pull request as ready for review March 24, 2026 08:31
@github-actions
Copy link
Copy Markdown

WARNING : Differences in reference doc 🤔

 docs/reference/octl_iaas_api_CreateSnapshot.md                     | 1 +
 docs/reference/octl_iaas_api_UpdateApiAccessPolicy.md              | 7 ++++---
 docs/reference/octl_iaas_snapshot_create.md                        | 1 +
 docs/reference/octl_storage_api_CompleteMultipartUpload.md         | 1 +
 docs/reference/octl_storage_api_DeleteObject.md                    | 1 +
 docs/reference/octl_storage_api_PutBucketLifecycleConfiguration.md | 4 ++++
 docs/reference/octl_storage_api_PutObject.md                       | 2 ++
 docs/reference/octl_storage_api_UploadPart.md                      | 1 +
 docs/reference/octl_storage_object_delete.md                       | 1 +
 docs/reference/octl_storage_object_put.md                          | 2 ++
 10 files changed, 18 insertions(+), 3 deletions(-)
Detailed changes

docs/reference/octl_iaas_api_CreateSnapshot.md

+      --SnapshotSize int          **(when importing from a bucket)** The size of the snapshot you want to create in your account, in bytes.

docs/reference/octl_iaas_api_UpdateApiAccessPolicy.md

+      --MaxAccessKeyExpirationSeconds int   The maximum possible lifetime for your access keys, in seconds (between 0 and 3153600000, both included).

docs/reference/octl_iaas_snapshot_create.md

+      --size int                    **(when importing from a bucket)** The size of the snapshot you want to create in your account, in bytes.

docs/reference/octl_storage_api_CompleteMultipartUpload.md

+      --MpuObjectSize int                                  The expected total object size of the multipart upload request.

docs/reference/octl_storage_api_DeleteObject.md

+      --IfMatchSize int                   If present, the object is deleted only if its size matches the provided size in bytes.

docs/reference/octl_storage_api_PutBucketLifecycleConfiguration.md

+      --LifecycleConfiguration.Rules.0.Filter.And.ObjectSizeGreaterThan int                           
+      --LifecycleConfiguration.Rules.0.Filter.And.ObjectSizeLessThan int                              
+      --LifecycleConfiguration.Rules.0.Filter.ObjectSizeGreaterThan int                               
+      --LifecycleConfiguration.Rules.0.Filter.ObjectSizeLessThan int                                  

docs/reference/octl_storage_api_PutObject.md

+      --ContentLength int                   Size of the body in bytes.
+      --WriteOffsetBytes int                Specifies the offset for appending data to existing objects in bytes.

docs/reference/octl_storage_api_UploadPart.md

+      --ContentLength int             Size of the body in bytes.

docs/reference/octl_storage_object_delete.md

+      --if-match-size int                     If present, the object is deleted only if its size matches the provided size in bytes.

docs/reference/octl_storage_object_put.md

+      --content-length int                 Size of the body in bytes.
+      --write-offset-byte int              Specifies the offset for appending data to existing objects in bytes.

@github-actions
Copy link
Copy Markdown

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

@jfbus jfbus merged commit 5bb9f5b into main Mar 24, 2026
7 checks passed
@jfbus jfbus deleted the int64 branch March 24, 2026 12:46
@jfbus jfbus added the kind/bug Bug fix label Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Bug fix

Development

Successfully merging this pull request may close these issues.

Flags with format "int64" are missing in iaas commands

2 participants