You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
43056
43058
example: aws-s3-source
@@ -43073,6 +43075,20 @@ components:
43073
43075
- region
43074
43076
type: object
43075
43077
x-pipeline-types: [logs]
43078
+
ObservabilityPipelineAmazonS3SourceCompression:
43079
+
description: Compression format for objects retrieved from the S3 bucket. Use `auto` to detect compression from the object's Content-Encoding header or file extension.
:param compression: Compression format for objects retrieved from the S3 bucket. Use ``auto`` to detect compression from the object's Content-Encoding header or file extension.
:param id: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the ``input`` to downstream components).
Compression format for objects retrieved from the S3 bucket. Use `auto` to detect compression from the object's Content-Encoding header or file extension.
18
+
19
+
:param value: Must be one of ["auto", "none", "gzip", "zstd"].
:param compression: Compression format for objects retrieved from the S3 bucket. Use `auto` to detect compression from the object's Content-Encoding header or file extension.
0 commit comments