AWS SDK for .NET Documentation
S3UploadPolicy Constructor (awsSecretAccessKey, bucketName, prefix, expireInMinutes)
AmazonAmazon.EC2.UtilS3UploadPolicyS3UploadPolicy(String, String, String, Int32) Did this page help you?   Yes   No    Tell us about it...
S3 Upload policy to be used by EC2 API.
Declaration Syntax
C#
public S3UploadPolicy(
	string awsSecretAccessKey,
	string bucketName,
	string prefix,
	int expireInMinutes
)
Parameters
awsSecretAccessKey (String)
Secret Key of the signer of the policy
bucketName (String)
Bucket name to upload
prefix (String)
Prefix for the object keys
expireInMinutes (Int32)
Expire, minutes from now

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)