> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abliteration.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Backblaze B2

> Archive Policy Gateway events in a Backblaze B2 bucket via the S3-compatible API.

Archive Policy Gateway events in a Backblaze B2 bucket via the S3-compatible API.

## Configure

| Field              | Value                                                           |
| ------------------ | --------------------------------------------------------------- |
| Type               | Backblaze B2                                                    |
| Bucket             | Your B2 bucket name                                             |
| Region             | e.g. `us-east-005` (next to your bucket name in the B2 console) |
| Application Key ID | Must be an Application Key, not the master key                  |
| Application Key    | Shown only once at creation                                     |
| Prefix             | Default `policy-gateway/`                                       |

## Object layout

```text theme={"system"}
s3://<bucket>/policy-gateway/
  date=2026-04-20/
    <event_id>.json
```

See the full field list in [connectors](/policy-gateway/connectors).
