We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c58148 commit 839c20bCopy full SHA for 839c20b
backend/s3/s3.go
@@ -629,6 +629,10 @@ func init() {
629
Value: "s3.eu-central-1.wasabisys.com",
630
Help: "Wasabi EU Central endpoint",
631
Provider: "Wasabi",
632
+ }, {
633
+ Value: "s3.ap-northeast-1.wasabisys.com",
634
+ Help: "Wasabi AP Northeast endpoint",
635
+ Provider: "Wasabi",
636
}},
637
}, {
638
Name: "location_constraint",
docs/content/s3.md
@@ -1048,6 +1048,8 @@ Required when using an S3 clone.
1048
- Wasabi US West endpoint
1049
- "s3.eu-central-1.wasabisys.com"
1050
- Wasabi EU Central endpoint
1051
+ - "s3.ap-northeast-1.wasabisys.com"
1052
+ - Wasabi AP Northeast endpoint
1053
1054
#### --s3-location-constraint
1055
0 commit comments