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

# Bucket

The `bucket` type represents publicly exposed cloud storage containers, such as Amazon S3, Azure Blob, or Google Cloud Storage buckets.
These records document information about misconfigured or accessible cloud storage endpoints, including domain names and providers.

```json Bucket theme={null}
{
    "event_type": "bucket",
    "metadata": {
        "estimated_created_at": "2025-01-01T00:00:00",
        "flare_url": "https://app.flare.io/#/uid",
        "matched_at": null,
        "severity": "info",
        "uid": "index/source/id"
    },
    "data": {
        "url": "https://bucket.public.com/file.txt",
        "bucket": {
            "host": "bucket.public.com",
            "provider": "s3"
        }
    }
}
```
