{tenantId}/{projectId}/{stepId}/{itemId}/{YYYY}/{MM}/{DD}/{HH}/{runId}.json[.gz]
Command Type
Command Type ID: 1203Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| compress | boolean | When true, gzip-compresses the payload before upload. Key uses .json.gz extension and ContentType is set to application/gzip | No |
Usage Examples
Write to Managed Bucket
Write Compressed
Common Use Cases
- Managed Storage: Offload storage concerns — bucket credentials and key structure are handled automatically
- Audit Trail: Deterministic key structure makes data easy to locate by tenant, project, step, and run
Related Commands
- S3 Sink - Upload to a custom S3 bucket
- Kafka Sink - Publish to Kafka