dtkt.blob.v1beta1messages.protoGenerateSignedURLRequest
Message| Field | Type | Number | Description |
|---|---|---|---|
| key | string | 1 | Key of blob to sign. |
| bucket | string | 2 | Bucket to write blob (may be optional). |
| method | SignedURLMethod dtkt.blob.v1beta1.SignedURLMethod | 3 | HTTP method the signed URL will permit. |
| expires_in | Duration google.protobuf.Duration | 4 | Duration the signed URL remains valid. |
| content_type | string | 5 | Expected content type when using the signed URL. |
| query_parameters | map<string, string> | 6 | Additional query parameters enforced by the signed URL. |
| headers | map<string, string> | 7 | Additional headers enforced by the signed URL. |