S3 Upload policy to be used by EC2 API.
            

 Declaration Syntax
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)