-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove Metadata length constraint and update dependencies #219
Conversation
Signed-off-by: Jeremy Ho <jujaga@gmail.com>
The S3 spec only limits user metadata total header length to 2KB in size. It does not limit key nor value lengths to 255, so this PR lifts that constraint across the schema, model, and validation layers. Signed-off-by: Jeremy Ho <jujaga@gmail.com>
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.
The PR diff size of 7810 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit 238b708 and detected 3 issues on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 64.7% (0.0% change). View more on Code Climate. |
Signed-off-by: Jeremy Ho <jujaga@gmail.com>
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.
The PR diff size of 7815 lines exceeds the maximum allowed for the inline comments feature.
Description
SHOWCASE-3375
Types of changes
Bug fix (non-breaking change which fixes an issue)
Documentation (non-breaking change with enhancements to documentation)
Breaking change (fix or feature that would cause existing functionality to change)
Checklist
Further comments