lakeFS
lakeFS copied to clipboard
Change Esti S3 endpoint client to use path style format
@arielshaqed @itaiad200 You are absolutely right. Added also tests for the host base convention
From the PR it looks like delete and multipart are using the the s3 client to test the gateway. I think we can get from viper 'S3ForcePathStyle' value and run the same tests for all environments.
@nopcoder but we want to test it once with a host-base client and once using a path-base client, don't we?
@nopcoder but we want to test it once with a host-base client and once using a path-base client, don't we?
True, when you pull the value from viper you can run the system tests when it is 'off' and other tests when it is 'on'.