ObjectStorageAccess
Source: src/cwsandbox/_types.py:937
Temporary object-storage credentials injected into every user container.
Attributes
buckets (Sequence[str]) : Bucket names the minted credential may access. Default: ().
permission (ObjectStoragePermission | str | None) : READ or READ_WRITE. Unset uses the platform default.
object_prefix (str | None) : Optional key prefix that scopes the credential.
ObjectStoragePermission
Source: src/cwsandbox/_types.py:433
UNSPECIFIED = 'unspecified'
READ = 'read'
READ_WRITE = 'read_write'
Last modified on September 17, 2026