C# Class Amazon.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>
Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Private Properties

Property Type Description
AWSConfigsS3 System.IO

Private Methods

Method Description
AWSConfigsS3 ( ) : System.IO