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: allow limiting ReadChannel #1180

Merged
merged 4 commits into from
Mar 18, 2022
Merged

feat: allow limiting ReadChannel #1180

merged 4 commits into from
Mar 18, 2022

Commits on Mar 18, 2022

  1. feat: allow limiting ReadChannel

    The ReadChannel returned from storage.reader and blob.reader now allow limiting the max number of bytes the channel will make available for read.
     Use ReadChannel#limit(long) to set the limit.
    
    This can be used in conjunction with seek to allow for range gets of objects independent of any buffer or chunk sizes.
    BenWhitehead committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    2585931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a118c91 View commit details
    Browse the repository at this point in the history
  3. chore: 2022

    BenWhitehead committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e90d184 View commit details
    Browse the repository at this point in the history
  4. chore: fmt

    BenWhitehead committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    6279d3d View commit details
    Browse the repository at this point in the history