elek opened a new pull request #1628: URL: https://github.com/apache/ozone/pull/1628
## What changes were proposed in this pull request? AWS S3 accepts authorization information both from headers and query parameter. Ozone s3g implementation parses only the headers. This patch makes introduces the query parameter based authentication support with small reorganization of the existing logic to make it possible to extend it in this way. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-4506 ## How was this patch tested? rclone uses query parameter based authentication. `rclone copy `pwd` ozone:bucket1/` failed without this patch, but after this patch it worked well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
