Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Fixed syntax error in "commonly used awsconfig.xml" #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions doc_source/setup-unity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,13 @@ LogMetricsFormat property, valid values are JSON or standard.
The following example shows the most commonly used settings in the awsconfig.xml file. For more
information about specific service settings, see the service section below::

<?xml version="1.0" encoding="utf-8"?>
<aws region="us-west-2"
<logging logTo="UnityLogger"
logResponses="Always"
logMetrics="true"
logMetricsFormat="JSON" />
/>

<?xml version="1.0" encoding="utf-8"?>
<aws correctForClockSkew="true" region="us-west-2" >
<logging logTo="UnityLogger"
logResponses="Always"
logMetrics="true"
logMetricsFormat="JSON" />
</aws>

Working with the link.xml file
------------------------------
Expand Down