r2_storage_class

Storage class for newly uploaded objects, unless specified otherwise.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-storage-class-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_storage_class",
  "title": "r2_storage_class",
  "default": "Standard",
  "description": "Storage class for newly uploaded objects, unless specified otherwise.",
  "enum": [
    "Standard",
    "InfrequentAccess"
  ],
  "type": "string"
}