summaryrefslogtreecommitdiff
path: root/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json
diff options
context:
space:
mode:
Diffstat (limited to 'VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json')
-rw-r--r--VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json b/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json
new file mode 100644
index 00000000..cd445dff
--- /dev/null
+++ b/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json
@@ -0,0 +1,49 @@
+{
+ "endpoints": {
+ "*/sts": {
+ "endpoint": "sts.amazonaws.com"
+ },
+ "*/route53": {
+ "endpoint": "route53.amazonaws.com"
+ },
+ "*/route53domains": {
+ "endpoint": "route53domains.us-east-1.amazonaws.com"
+ },
+ "us-east-1/s3": {
+ "endpoint": "s3.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "us-west-1/s3": {
+ "endpoint": "s3-us-west-1.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "us-west-2/s3": {
+ "endpoint": "s3-us-west-2.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "ap-northeast-1/s3": {
+ "endpoint": "s3-ap-northeast-1.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "ap-southeast-1/s3": {
+ "endpoint": "s3-ap-southeast-1.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "ap-southeast-2/s3": {
+ "endpoint": "s3-ap-southeast-2.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "sa-east-1/s3": {
+ "endpoint": "s3-sa-east-1.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "eu-west-1/s3": {
+ "endpoint": "s3-eu-west-1.amazonaws.com",
+ "signature-version" : "2"
+ },
+ "us-gov-west-1/s3": {
+ "endpoint": "s3-us-gov-west-1.amazonaws.com",
+ "signature-version" : "2"
+ }
+ }
+}