Skip to content

Commit

Permalink
Merge branch 'ddavydov/#750-#837-#904-source-s3-raise-AirbyteTracedEx…
Browse files Browse the repository at this point in the history
…ception' of github.com:airbytehq/airbyte into ddavydov/#750-#837-#904-source-s3-raise-AirbyteTracedException
  • Loading branch information
davydov-d committed Oct 28, 2022
2 parents 0946739 + 3744e2a commit 77f972d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@
- name: S3
sourceDefinitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2
dockerRepository: airbyte/source-s3
dockerImageTag: 0.1.24
dockerImageTag: 0.1.25
documentationUrl: https://docs.airbyte.com/integrations/sources/s3
icon: s3.svg
sourceType: file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10310,7 +10310,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-s3:0.1.24"
- dockerImage: "airbyte/source-s3:0.1.25"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/s3"
changelogUrl: "https://docs.airbyte.com/integrations/sources/s3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"aws_access_key_id": "123456",
"aws_secret_access_key": "123456key",
"path_prefix": "",
"endpoint": "http://10.0.92.4:9000"
"endpoint": "http://10.0.56.135:9000"
},
"format": {
"filetype": "csv"
Expand Down

0 comments on commit 77f972d

Please sign in to comment.