C# Class Amazon.S3.Util.S3PostUploadRequest

Parameters for uploading to Amazon S3 a file using HTTP POS

If a S3PostUploadSignedPolicy is assigned, then values set (other than InputStream or Path) on this object must adhere to the policy. This includes metadata. If metadata is specified in the policy, then it must be included in the request. Adding metadata not in the policy will cause the POST to fail.

For more information,

Afficher le fichier Open project: scopely/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
S3PostUploadRequest ( ) : System

Private Methods

Méthode Description
WriteFormData ( string boundary, Stream outputStream ) : void

Write the multipart/form-data for this request for all fields except the file data to a stream

WriteFormDatum ( Stream stream, string name, string value, string boundary ) : void

Method Details

S3PostUploadRequest() public méthode

public S3PostUploadRequest ( ) : System
Résultat System