-
Notifications
You must be signed in to change notification settings - Fork 210
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
Support s3.signer.endpoint for nessie #1029
Conversation
Co-authored-by: Fokko Driesprong <[email protected]>
Co-authored-by: Fokko Driesprong <[email protected]>
Co-authored-by: Fokko Driesprong <[email protected]>
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, added a few minor comments
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.
@guitcastro Can you run make lint
to fix the style issues:
File : error: indent/outdent mismatch: 7.
Warning: Failed formatting content of a yaml code block (line 278 before formatting). Filename: /home/runner/work/iceberg-python/iceberg-python/mkdocs/docs/configuration.md
Warning: Failed formatting content of a python code block (line 32 before formatting). Filename: /home/runner/work/iceberg-python/iceberg-python/mkdocs/docs/how-to-release.md
Warning: Failed formatting content of a python code block (line 1046 before formatting). Filename: /home/runner/work/iceberg-python/iceberg-python/mkdocs/docs/api.md
Warning: Failed formatting content of a python code block (line 1108 before formatting). Filename: /home/runner/work/iceberg-python/iceberg-python/mkdocs/docs/api.md
I think this is good to get in 👍
@Fokko Done! |
Thanks @guitcastro for picking this up, and thanks @ndrluis and @kevinjqliu for the review 🙌 |
* s3_signer_endpoint * prune any trailing whitespaces Co-authored-by: Fokko Driesprong <[email protected]> * fallback to default value instead of "endpoint" property Co-authored-by: Fokko Driesprong <[email protected]> * fix test_s3v4_rest_signer_endpoint * Fix missing backtick Co-authored-by: Fokko Driesprong <[email protected]> * rename S3_SIGNER_ENDPOINT_DEFAULT_VALUE to S3_SIGNER_ENDPOINT_DEFAULT * fix s3.signer.endpoint docs * fk typo in signer * fix fmt --------- Co-authored-by: guilhermecastro <[email protected]> Co-authored-by: Fokko Driesprong <[email protected]>
* s3_signer_endpoint * prune any trailing whitespaces Co-authored-by: Fokko Driesprong <[email protected]> * fallback to default value instead of "endpoint" property Co-authored-by: Fokko Driesprong <[email protected]> * fix test_s3v4_rest_signer_endpoint * Fix missing backtick Co-authored-by: Fokko Driesprong <[email protected]> * rename S3_SIGNER_ENDPOINT_DEFAULT_VALUE to S3_SIGNER_ENDPOINT_DEFAULT * fix s3.signer.endpoint docs * fk typo in signer * fix fmt --------- Co-authored-by: guilhermecastro <[email protected]> Co-authored-by: Fokko Driesprong <[email protected]>
This PR honor
s3.signer.endpoint
property, fixing the first point in #1028.