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(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-03-21 UTC."],[[["This document provides reference documentation for the `UrlSigner.PostPolicyStandardElement` enum within the Google Cloud Storage v1 API, detailing its usage in creating signed URLs for object uploads."],["The document covers versioning for the Google Cloud Storage v1 API, showing a list of available versions from 3.4.0 to the latest, 4.11.0, each linking to the documentation for the `UrlSigner.PostPolicyStandardElement`."],["The `UrlSigner.PostPolicyStandardElement` enum represents standard elements that can be added to a `UrlSigner.PostPolicy` to control object upload attributes, such as `Acl`, `BucketName`, `ContentType`, `Key` and other characteristics."],["The document lists all the available fields within `UrlSigner.PostPolicyStandardElement`, such as `Acl`, `BucketName`, `ContentLength`, and `Key`, and their descriptions, which defines the constraints and configurations for the allowed objects to be uploaded."],["There is a field in the `UrlSigner.PostPolicyStandardElement` called `ObjectExpiry` that allows you to set the date and time before objects that are to be uploaded are considered stale by the browser, using the ISO8601 basic format."]]],[]]