place.stream.server.upsertStorage

did:web:stream.place

{
  "id": "place.stream.server.upsertStorage",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "url": {
              "type": "string",
              "description": "S3 storage URL in format: s3+https://ACCESS_KEY:SECRET_KEY@endpoint/bucket"
            },
            "isActive": {
              "type": "boolean",
              "description": "Whether backup storage is currently active."
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidUrl",
          "description": "The provided S3 URL is invalid or malformed."
        },
        {
          "name": "ConnectionFailed",
          "description": "Could not connect to the S3 endpoint with the provided credentials."
        },
        {
          "name": "MaskedCredentialsModified",
          "description": "Cannot modify URL while keeping masked credentials. Provide full credentials or omit URL to keep existing configuration."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "storage"
          ],
          "properties": {
            "storage": {
              "ref": "place.stream.server.defs#storage",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": null,
      "description": "Create or update S3 storage configuration for backups."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.server.upsertStorage

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreig3ceko5jmfaxraik3ckqxxgnkey4ba2wbn7lceylrbvhbuflrfga
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.server.upsertStorage

Referenced Schemas (1)

Lexicon Garden

@