AWS SDK Version 2 for .NET
API Reference

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.

.NET Framework 4.5
 
Contains all the parameters that can be set when making a this request with the TransferUtility method.

Inheritance Hierarchy

System.Object
  Amazon.S3.Transfer.BaseUploadRequest
    Amazon.S3.Transfer.TransferUtilityUploadDirectoryRequest

Namespace: Amazon.S3.Transfer
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class TransferUtilityUploadDirectoryRequest : BaseUploadRequest

The TransferUtilityUploadDirectoryRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BucketName System.String Gets or sets the name of the bucket.
Public Property CannedACL Amazon.S3.S3CannedACL Gets or sets the canned access control list (ACL) for the uploaded objects. Please refer to S3CannedACL for information on Amazon S3 canned ACLs.
Public Property Directory System.String Gets or sets the directory where files are uploaded from.
Public Property KeyPrefix System.String Gets or sets the KeyPrefix property. As object keys are generated for the files being uploaded this value will prefix the key. This is useful when a directory needs to be uploaded into sub directory in the S3 Bucket.
Public Property Metadata Amazon.S3.Model.MetadataCollection The collection of meta data for the request.
Public Property SearchOption System.IO.SearchOption Gets or sets the recursive options for the directory upload.
Public Property SearchPattern System.String Gets and sets the search pattern used to determine which files in the directory are uploaded.
Public Property ServerSideEncryptionKeyManagementServiceKeyId System.String The id of the AWS Key Management Service key that Amazon S3 should use to encrypt and decrypt the object. If a key id is not specified, the default key will be used for encryption and decryption.
Public Property ServerSideEncryptionMethod Amazon.S3.ServerSideEncryptionMethod Gets or sets the ServerSideEncryptionMethod property. Specifies the encryption used on the server to store the content.
Public Property StorageClass Amazon.S3.S3StorageClass Gets or sets the storage class for the uploaded Amazon S3 objects. Please refer to S3StorageClass for information on S3 Storage Classes.
Public Property UploadFilesConcurrently System.Boolean Gets or sets the UploadFilesConcurrently property. Specifies if multiple files will be uploaded concurrently. The number of concurrent web requests used is controlled by the TransferUtilityConfig.ConcurrencyLevel property.

Events

NameDescription
Event UploadDirectoryFileRequestEvent The event for modifying individual TransferUtilityUploadRequest for each file being uploaded.
Event UploadDirectoryProgressEvent The event for UploadDirectoryProgressEvent notifications. All subscribers will be notified when a new progress event is raised.

The UploadDirectoryProgressEvent is fired as data is uploaded to S3. The delegates attached to the event will be passed information detailing how much data has been uploaded as well as how much will be uploaded.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5