Cloudflare · Schema

Bucket

AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb Performance

Properties

Name Type Description
name string The name of the bucket.
creation_date string When the bucket was created.
location string The location of the bucket.
storage_class string Default storage class for the bucket.
View JSON Schema on GitHub

JSON Schema

cloudflare-r2-bucket-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Bucket",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the bucket."
    },
    "creation_date": {
      "type": "string",
      "description": "When the bucket was created."
    },
    "location": {
      "type": "string",
      "description": "The location of the bucket."
    },
    "storage_class": {
      "type": "string",
      "description": "Default storage class for the bucket."
    }
  }
}