Skip to main contentChangelog
Bundle Feature
Bundles enable long-term storage of uploaded or crawled data on S3. When bundle_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
DownloadBundle RPC
- Status tracking — Bundle status progresses from
CREATED to STORED
- Source tracking — Each bundle tracks its source type (
UPLOAD or CRAWL) and the originating upload or crawl ID
- Metadata — Bundles include
object_count and total_size_bytes for visibility into stored data
API Changes
CreateUploadCollectorRequest now accepts bundle_enabled field
CreateCrawlCollectorRequest now accepts bundle_enabled field
- New
ListBundles RPC to list bundles for a project
- New
DownloadBundle RPC to get pre-signed download URLs for bundle objects
See Collectors and Extractions for more details.
Initial Release
Welcome to Sterndesk! This is our first release, laying the foundation for the platform.