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

Multipart features #1358

Merged
merged 6 commits into from
Jul 30, 2019
Merged

Multipart features #1358

merged 6 commits into from
Jul 30, 2019

Commits on Jul 29, 2019

  1. Allow for setting custom part size

    Some S3 compatible setups may have a different limit for maximum
    file size in multipart uploads, so allow for overriding it.
    
    Signed-off-by: Lukasz Jernas <lukasz.jernas@allegro.pl>
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b565c82 View commit details
    Browse the repository at this point in the history
  2. Add config test

    Signed-off-by: Lukasz Jernas <lukasz.jernas@allegro.pl>
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    b30f137 View commit details
    Browse the repository at this point in the history
  3. Drop omitempty on PartSize field

    Signed-off-by: Lukasz Jernas <lukasz.jernas@allegro.pl>
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1b8042f View commit details
    Browse the repository at this point in the history
  4. Add documentation for the new variable

    Signed-off-by: Lukasz Jernas <lukasz.jernas@allegro.pl>
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    6013db5 View commit details
    Browse the repository at this point in the history
  5. Add review suggestions

    Extract calculation to a constant and fixup comments.
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    1684f0d View commit details
    Browse the repository at this point in the history
  6. Rename part size variable to be more descriptive

    Signed-off-by: Lukasz Jernas <lukasz.jernas@allegro.pl>
    deejay1 committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    e42bd95 View commit details
    Browse the repository at this point in the history