Bucket
StorageA bucket is a container for objects in object storage (e.g., AWS S3, Cloudflare R2). Each object is stored under a key within a bucket. DocLD uses buckets to store uploaded documents, parsed outputs, and other artifacts. Access is typically via the API or presigned URLs for direct upload/download.
Why It Matters
- Upload — Documents may be uploaded to a bucket via presigned URL or through the API, which then stores them in the bucket.
- Durability — Object storage provides durable, scalable storage for document processing inputs and outputs.
- Regions — Buckets can be region-specific for latency and compliance.
Related Concepts
Buckets hold files for document upload and processing. Presigned URLs grant temporary access to upload or download objects in a bucket.