summaryrefslogtreecommitdiff
path: root/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml
diff options
context:
space:
mode:
Diffstat (limited to 'VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml')
-rw-r--r--VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml b/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml
new file mode 100644
index 00000000..980f930d
--- /dev/null
+++ b/VRCSDK3AvatarsLegacy/Assets/VRCSDK/Dependencies/VRChat/Resources/awsconfig.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<aws
+ correctForClockSkew="true">
+
+ <logging
+ logTo="UnityLogger"
+ logResponses="Always"
+ logMetrics="true"
+ logMetricsFormat="JSON" />
+
+ <s3 useSignatureVersion4="true" />
+
+ <mobileAnalytics
+ sessionTimeout = "5"
+ maxDBSize = "5242880"
+ dbWarningThreshold = "0.9"
+ maxRequestSize = "102400"
+ allowUseDataNetwork = "false"
+ />
+
+</aws> \ No newline at end of file