File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
airbyte-integrations/connectors/source-s3
docs/integrations/sources Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33build-backend = " poetry.core.masonry.api"
44
55[tool .poetry ]
6- version = " 4.5.4 "
6+ version = " 4.5.5 "
77name = " source-s3"
88description = " Source implementation for S3."
99authors = [ " Airbyte <contact@airbyte.io>" ,]
Original file line number Diff line number Diff line change @@ -88,6 +88,10 @@ The Amazon S3 source connector supports the following [sync modes](https://docs.
8888| Replicate Multiple Streams \( distinct tables\) | Yes |
8989| Namespaces | No |
9090
91+ ## Supported streams
92+
93+ There is no predefined streams. The streams are based on content of your bucket.
94+
9195## File Compressions
9296
9397| Compression | Supported? |
You can’t perform that action at this time.
0 commit comments