Given a policy and AWS credentials, produce a S3PostUploadSignedPolicy.

C# |
public static S3PostUploadSignedPolicy GetSignedPolicy( string policy, AWSCredentials credentials )

- policy (String)
- JSON string representing the policy to sign
- credentials (AWSCredentials)
- Credentials to sign the policy with
