r2_bucket_location

Location of the bucket

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-r2-bucket-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/r2_bucket_location",
  "title": "r2_bucket_location",
  "description": "Location of the bucket",
  "enum": [
    "apac",
    "eeur",
    "enam",
    "weur",
    "wnam"
  ],
  "type": "string"
}