C# Class Amazon.S3.Transfer.Internal.SimpleUploadCommand

This command is for doing regular PutObject requests.
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Execute ( ) : void

Private Methods

Method Description
SimpleUploadCommand ( IAmazonS3 s3Client, TransferUtilityConfig config, TransferUtilityUploadRequest fileTransporterRequest ) : System
putObjectProgressEventCallback ( object sender, Amazon e ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void