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

Add arguments to specify GET and PUT part size independently #949

Merged
merged 6 commits into from
Jul 30, 2024

Commits on Jul 29, 2024

  1. feat: separate part-size for PUT & GET

    Signed-off-by: Ryan Tan <[email protected]>
    crrow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    02fd7ae View commit details
    Browse the repository at this point in the history
  2. chore: follow import style

    Signed-off-by: Ryan Tan <[email protected]>
    crrow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e5d60c8 View commit details
    Browse the repository at this point in the history
  3. fix: simplify cli help; make separated part-size conflict with old on…

    …e; use read_part_size when get
    
    Signed-off-by: Ryan Tan <[email protected]>
    crrow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    569b535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b362d43 View commit details
    Browse the repository at this point in the history
  5. Drop Option<u64> on part-size

    Signed-off-by: Ryan Tan <[email protected]>
    crrow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    63163b7 View commit details
    Browse the repository at this point in the history
  6. Move part-size back

    Signed-off-by: Ryan Tan <[email protected]>
    crrow committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4a9f783 View commit details
    Browse the repository at this point in the history