-
Notifications
You must be signed in to change notification settings - Fork 208
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 OCI-Chunk-Min-Length header #391
Add OCI-Chunk-Min-Length header #391
Conversation
89e6342
to
5a465f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
comment and a question on remainder less than min..
Signed-off-by: Brandon Mitchell <git@bmitch.net>
5a465f1
to
851ea52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jay-dee7 any concerns with the latest changes? If not, I'll merge this. |
@sudo-bmitch I'm super happy and excited about this change. Please merge it :) and thanks a ton for getting this done the entire OCI team ❤️ ❤️ |
This should fix #374. It adds a new
OCI-Chunk-Min-Bytes
header on the blob POST method response. This allows the client to push chunks of at least that size, which is needed for some S3 backends.