diff options
author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
---|---|---|
committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-11-06 15:12:42 -0500 |
commit | eb84bb298d2b95aec7b2ae12cbf25ac64f25379a (patch) | |
tree | efd616a157df06ab661c6d56651853431ac6b08b /VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json | |
download | unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.gz unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.tar.bz2 unityprojects-eb84bb298d2b95aec7b2ae12cbf25ac64f25379a.zip |
move to self host
Diffstat (limited to 'VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json')
-rw-r--r-- | VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/endpoints.customizations.json | 49 |
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" + } + } +} |