Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 670 Bytes

PostBucketsPayload.md

File metadata and controls

23 lines (12 loc) · 670 Bytes

ForgeSdk.PostBucketsPayload

Properties

Name Type Description Notes
bucketKey String Bucket key
allow [PostBucketsPayloadAllow] [optional]
policyKey String Data retention policy Acceptable values: `transient`, `temporary` or `persistent`

Enum: PolicyKeyEnum

  • transient (value: "transient")

  • temporary (value: "temporary")

  • persistent (value: "persistent")