AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.Core"/> </configSections>
Namespace: Amazon
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public static class AWSConfigsS3
The AWSConfigsS3 type exposes the following members
Name | Type | Description | |
---|---|---|---|
![]() ![]() |
DisableDefaultChecksumValidation | System.Boolean |
WARNING: Setting DisableDefaultChecksumValidation to true disables the default data integrity check on upload requests. When true, checksum verification will not be used in upload requests. This may increase upload performance under high CPU loads. Setting DisableDefaultChecksumValidation sets the deprecated property DisableMD5Stream to the same value. The default value is false. Set this value to true to disable the default checksum validation used in all S3 upload requests or override this value per request by setting the DisableDefaultChecksumValidation property on Amazon.S3.Model.PutObjectRequest, Amazon.S3.Model.UploadPartRequest, or Amazon.S3.Transfer.TransferUtilityUploadRequest. Checksums, SigV4 payload signing, and HTTPS each provide some data integrity verification. If DisableDefaultChecksumValidation is true and DisablePayloadSigning is true, then the possibility of data corruption is completely dependent on HTTPS being the only remaining source of data integrity verification. |
![]() ![]() |
EnableUnicodeEncodingForObjectMetadata | System.Boolean |
Escape and unescape S3 metadata for S3 Put/Get object requests. Escape only escapes non-ascii values in metadata Any "%" values in metadata could interfere with this option. Default value is false. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer