Table of Contents

Namespace Amazon

Classes

AWSConfigsS3

Configuration for the S3 section of AWS configuration. Changes to some settings may not take effect until a new client is constructed.

Example section:

<configSections>
  <section name="aws" type="Amazon.AWSSection, AWSSDK"/>
</configSections>
<aws>
  <s3 useSignatureVersion4="true" />
</aws>