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

feat: Add option to download sliced file from staging storage without decompression #2137

Merged
merged 5 commits into from
Nov 18, 2024

Conversation

hosekpeter
Copy link
Contributor

@hosekpeter hosekpeter commented Nov 6, 2024

Jira: PSGO-859

Changes:

  • ...

@hosekpeter hosekpeter added the CLI label Nov 7, 2024
@hosekpeter hosekpeter marked this pull request as ready for review November 8, 2024 15:55
StorageAPIToken configmap.Value[string] `configKey:"storage-api-token" configShorthand:"t" configUsage:"storage API token from your project"`
Output configmap.Value[string] `configKey:"output" configShorthand:"o" configUsage:"path to the destination file or directory"`
AllowSliced configmap.Value[bool] `configKey:"allow-sliced" configUsage:"output sliced files as a directory containing slices as individual files"`
WithOutDecompress configmap.Value[bool] `configKey:"without-decompress" configUsage:"treat the sliced files as individual files, without decompressing them."`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
WithOutDecompress configmap.Value[bool] `configKey:"without-decompress" configUsage:"treat the sliced files as individual files, without decompressing them."`
WithoutDecompress configmap.Value[bool] `configKey:"without-decompress" configUsage:"do not decompress the downloaded files or sliced files."`

Copy link
Contributor Author

@hosekpeter hosekpeter Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hosekpeter hosekpeter requested review from Matovidlo and removed request for Matovidlo November 12, 2024 11:09
Copy link
Contributor

@Matovidlo Matovidlo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@hosekpeter hosekpeter merged commit f65c8a8 into main Nov 18, 2024
12 checks passed
@hosekpeter hosekpeter deleted the petr-hosek-PSGO-859 branch November 18, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants