smengcl edited a comment on pull request #2045: URL: https://github.com/apache/ozone/pull/2045#issuecomment-816295778
@adoroszlai Interesting find. I've observed the same. Though `create-bucket` through S3 Gateway still works (no security): ```bash aws s3api --endpoint http://127.0.0.1:9878 create-bucket --bucket buck1 ``` ``` 2021-04-08 22:55:44,193 [main] INFO http.BaseHttpServer: HTTP server of s3gateway listening at http://0.0.0.0:9878 2021-04-08 22:57:42,194 [qtp1223850219-23] INFO rpc.RpcClient: Creating Bucket: s3v/buck1, with Versioning false and Storage Type set to DISK and Encryption set to false 2021-04-08 22:57:42,387 [qtp1223850219-23] INFO endpoint.BucketEndpoint: Location is /buck1 ``` The Web UI is probably broken. When I switch back to 1.2.0, the message is gone. -- 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]
