Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
PostPolicyV4.PostFieldsV4 |
PostPolicyV4.PostFieldsV4.Builder.build() |
static PostPolicyV4.PostFieldsV4 |
PostPolicyV4.PostFieldsV4.of(Map<String,String> fields)
Constructs
PostPolicyV4.PostFieldsV4 object of the given field map. |
Modifier and Type | Method and Description |
---|---|
PostPolicyV4 |
Storage.generateSignedPostPolicyV4(BlobInfo blobInfo,
long duration,
TimeUnit unit,
PostPolicyV4.PostFieldsV4 fields,
PostPolicyV4.PostConditionsV4 conditions,
Storage.PostPolicyV4Option... options)
Generates a URL and a map of fields that can be specified in an HTML form to submit a POST
request.
|
PostPolicyV4 |
Storage.generateSignedPostPolicyV4(BlobInfo blobInfo,
long duration,
TimeUnit unit,
PostPolicyV4.PostFieldsV4 fields,
Storage.PostPolicyV4Option... options)
Generates a presigned post policy without any conditions.
|
Copyright © 2023 Google LLC. All rights reserved.