airbyte-platform
airbyte-platform copied to clipboard
Add an optional endpoint to S3 configs
What
I would like to be able to use Airbyte OSS with a S3-compatible storage for logs. The only missing piece is to be able to give a custom endpoint to S3 clients.
How
I add an optionnal argument, endpoint
to the S3 storage
Recommended reading order
-
CloudStorageConfigs.java
Can this PR be safely reverted and rolled back?
- [x] YES 💚
- [ ] NO ❌
closes https://github.com/airbytehq/airbyte/issues/36896
@francois-travais
Can you also add an option to set ForcePathStyle?