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(storage): support single-shot uploads in gRPC #8348

Merged
merged 4 commits into from Aug 1, 2023

Commits on Jul 28, 2023

  1. feat(storage): support single-shot uploads in gRPC

    When ChunkSize is zero, use a single shot upload (leaving the
    stream open between messages) rather than a resumable session.
    This matches better with what we do in JSON. Also reduce the
    buffer size to the minimum (256k).
    
    Fixes googleapis#7798
    tritone committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    68abdd7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    1406798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105766b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91bb126 View commit details
    Browse the repository at this point in the history