AWS.S3.TS3PutObjectRequest.StorageClass

Specifies the storage class to use for newly created objects.

property StorageClass: string;
__property AnsiString StorageClass;

File: AWS.S3.pas 

Namespace: AWS.S3 

Module: Appercept AWS SDK for Delphi 

By default Amazon S3 uses the STANDARD storage class. Valid values are: STANDARD | REDUCED_REDUNDANCY | STANDARD_IA | ONEZONE_IA | INTELLIGENT_TIERING | GLACIER | DEEP_ARCHIVE | OUTPOSTS.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.