We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HEAD requests to s3.wasabisys.com return the proper region in the Location and x-amz-bucket-region headers.
s3.wasabisys.com
Location
x-amz-bucket-region
$ curl -i --head http://s3.wasabisys.com/images/ HTTP/1.1 301 Moved Permanently Content-Type: application/xml Date: Mon, 25 Sep 2023 03:54:01 GMT Location: http://s3.us-central-1.wasabisys.com/images/ Server: WasabiS3/7.16.1979-2023-09-08-cd1d698b50 (head15) x-amz-bucket-region: us-central-1 x-amz-id-2: hYTAb1TOYqx6ol+mna4rkzLKcpYejEXhp5yVMrRiKvH7AQ02C6IXFUigfh/q9H4WzmTT32YBFhRx x-amz-request-id: 0AC0555DFE662EB1:A
The text was updated successfully, but these errors were encountered:
.c-table > tbody tr > .c-table-cell on regions page to get cells
.c-table > tbody tr > .c-table-cell
Sorry, something went wrong.
No branches or pull requests
HEAD requests to
s3.wasabisys.com
return the proper region in theLocation
andx-amz-bucket-region
headers.The text was updated successfully, but these errors were encountered: