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

Handle region and extra headers/query parameters in low level APIs #992

Commits on Jul 6, 2020

  1. Handle region and extra headers/query parameters in low level APIs.

    fix protected uploadPartCopy()
    balamurugana committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    947274d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70f9c75 View commit details
    Browse the repository at this point in the history
  3. Deprecate listIncompleteUploads() and removeIncompleteUploads()

    Public methods in MinioClient does not leave incomplete uploads on
    failures. Hence `listIncompleteUploads()` and
    `removeIncompleteUploads()` are deprecated and will be removed later.
    
    However protected methods `listMultipartUploads()`, `listParts()` and
    `abortMultipartUpload()` in MinioClient are available by
    inheritance for developers.
    balamurugana committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    8980d16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36f333d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdf9ac7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e5730e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c81531d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a0880b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f50a9c7 View commit details
    Browse the repository at this point in the history