Changelog
Bundle Feature
Bundles enable long-term storage of uploaded or crawled data on S3. Whenbundle_enabled is set to true on a collector, the system automatically creates a bundle after data is transferred or crawled.Key Features
- Automatic bundling — Bundles are created automatically when data collection completes
- Download support — Retrieve bundled data via pre-signed GET URLs using the
DownloadBundleRPC - Status tracking — Bundle status progresses from
CREATEDtoSTORED - Source tracking — Each bundle tracks its source type (
UPLOADorCRAWL) and the originating upload or crawl ID - Metadata — Bundles include
object_countandtotal_size_bytesfor visibility into stored data
API Changes
CreateUploadCollectorRequestnow acceptsbundle_enabledfieldCreateCrawlCollectorRequestnow acceptsbundle_enabledfield- New
ListBundlesRPC to list bundles for a project - New
DownloadBundleRPC to get pre-signed download URLs for bundle objects