We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99f08c commit 05b6e69Copy full SHA for 05b6e69
airbyte-config/init/src/main/resources/seed/destination_specs.yaml
@@ -3469,7 +3469,7 @@
3469
supported_destination_sync_modes:
3470
- "append"
3471
- "overwrite"
3472
-- dockerImage: "airbyte/destination-s3:0.2.13"
+- dockerImage: "airbyte/destination-s3:0.3.0"
3473
spec:
3474
documentationUrl: "https://docs.airbyte.io/integrations/destinations/s3"
3475
connectionSpecification:
@@ -3510,7 +3510,7 @@
3510
\ bucket directory"
3511
type: "string"
3512
examples:
3513
- - "${NAMESPACE}/${STREAM_NAME}/"
+ - "${NAMESPACE}/${STREAM_NAME}/${YEAR}_${MONTH}_${DAY}_${EPOCH}_"
3514
order: 3
3515
s3_bucket_region:
3516
title: "S3 Bucket Region"
0 commit comments