C# Класс Amazon.S3.Model.PutObjectRequest

The PutObjectRequest contains the parameters used for the PutObject operation.
Must set only 1 of ContentBody, InputStream, or FilePath
Required Parameters: BucketName, Key
Optional Parameters: CannedACL, ACL, MD5Digest, GenerateMD5Digest, ContentType, Metadata, Timeout
Наследование: Amazon.S3.Model.S3Request
Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
IsSetBucket ( ) : bool
IsSetCannedACL ( ) : bool
IsSetInputStream ( ) : bool
IsSetKey ( ) : bool
IsSetMD5Digest ( ) : bool

Checks if MD5Digest property is set.

IsSetRequestPayer ( ) : bool

Checks to see if RequetsPayer is set.

IsSetServerSideEncryptionCustomerMethod ( ) : bool
IsSetServerSideEncryptionCustomerProvidedKey ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKey property is set.

IsSetServerSideEncryptionCustomerProvidedKeyMD5 ( ) : bool

Checks if ServerSideEncryptionCustomerProvidedKeyMD5 property is set.

IsSetServerSideEncryptionKeyManagementServiceKeyId ( ) : bool

Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set.

IsSetServerSideEncryptionMethod ( ) : bool
IsSetStorageClass ( ) : bool
IsSetTagSet ( ) : bool

Checks if Tagging property is set

IsSetWebsiteRedirectLocation ( ) : bool
SetupForFilePath ( ) : void