ConstReadonlyAllPrivate: "allPrivate"Requires a valid auth token to download.
ReadonlyAllPublic: "allPublic"Publicly downloadable without authentication.
ReadonlyRestricted: "restricted"B2-restricted bucket (e.g., for S3-compatible workflows).
ReadonlySnapshot: "snapshot"Internal snapshot bucket type, generally not user-created.
Named constants for the bucket access level.
The BucketType type alias is derived from the values of this object, so the const is the single source of truth: adding a key here automatically widens the type union.