From eb84bb298d2b95aec7b2ae12cbf25ac64f25379a Mon Sep 17 00:00:00 2001 From: tylermurphy534 Date: Sun, 6 Nov 2022 15:12:42 -0500 Subject: move to self host --- .../VRChat/Resources/endpoints.customizations.json | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json (limited to 'VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json') 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" + } + } +} -- cgit v1.2.3-freya