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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document outlines the `PostPolicyStandardElement` enum within the `Google.Cloud.Storage.V1` namespace, which is part of the Google Cloud Storage .NET library."],["The `PostPolicyStandardElement` enum provides a set of standard elements that can be included in a `UrlSigner.PostPolicy`, which is used for controlling signed URL uploads to Google Cloud Storage."],["The latest version of the documentation provided is for version 4.11.0, while also detailing versions from 4.10.0 back to 3.4.0."],["The enum fields include various upload constraints like `Acl`, `BucketName`, `ContentType`, `ContentLength`, `Key`, `ObjectExpiry`, and success action definitions such as `SuccessActionRedirect`, and `SuccessActionStatus`."],["Each of the element fields is associated with a description that states the limitations that they allow for objects upon upload to the cloud storage, including information on what to do on successful uploads."]]],[]]