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
feat(aws_s3 sink): add option to use virtual addressing (vectordotdev#21999)
* feat(aws_s3 sink): add option to use virtual addressing
Signed-off-by: Scott Miller <smiller1@coreweave.com>
* fix(aws_s3 sink): move force_path_style to S3ClientBuilder
Signed-off-by: Scott Miller <smiller1@coreweave.com>
* fix(aws_s3 sink): simplify S3ClientBuilder logic
---------
Signed-off-by: Scott Miller <smiller1@coreweave.com>
Adds a `force_path_style` option to the `aws_s3` sink that allows users to configure virtual host style addressing. The value defaults to `true` to maintain existing behavior.
0 commit comments