public enum PostPolicyStandardElement
A standard element that can be added to a UrlSigner.PostPolicy.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Fields | |
---|---|
Name | Description |
Acl | The ACL that you want to allow for the objects that will be uploaded. |
BucketName | The name of the bucket that you want to allow uploads to. Alternatively, you can include the bucket name when you add the Key element. |
CacheControl | The cache control you want to allow for the objects that will be uploaded. |
ContentDisposition | The content disposition you want to allow for the objects that will be uploaded. |
ContentEncoding | The content encoding you want to allow for the objects that will be uploaded. |
ContentLength | The content length you want to allow for the objects that will be uploaded. |
ContentType | The content type you want to allow for the objects that will be uploaded. |
Key | The acceptable key name or a prefix for the uploaded objects. This element should always be present in a post policy. |
ObjectExpiry | The date and time you want to allow before objects that will be uploaded are considered stale by the browser. The value for this element will be included in the UrlSigner.PostPolicy in ISO8601 basic format. When using this element for SetStartsWith(UrlSigner.PostPolicyStandardElement, String) you should specify the part of the ISO8601 basic format representation that you want values on upload to start with. |
SuccessActionRedirect | The allowed URL to which the client is redirected upon successful upload. |
SuccessActionStatus | The status code returned to the client upon successful upload if SuccessActionRedirect is not specified. Allowed values are System.Net.HttpStatusCode.OK, System.Net.HttpStatusCode.Created, System.Net.HttpStatusCode.NoContent. |