We have an s3-like service powered by minio. When I configure the remote store using the s3 backend, it tries to use S3's Virtual-Hosted Style Method and, as we do not have a wildcard pointing to our s3 service, it does not work.
S3 also support Path Style method, it would be great to have an option in Terrfaform's S3 backend so that we can configure it like that :
so that it generates a request https://s3.example.com/my_bucket/foo/terraform.tfstate instead of https://my_bucket.s3.example.com/foo/terraform.tfstate.
Thanks
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Hello,
We have an s3-like service powered by minio. When I configure the remote store using the s3 backend, it tries to use S3's Virtual-Hosted Style Method and, as we do not have a wildcard pointing to our s3 service, it does not work.
S3 also support Path Style method, it would be great to have an option in Terrfaform's S3 backend so that we can configure it like that :
so that it generates a request
https://s3.example.com/my_bucket/foo/terraform.tfstate
instead ofhttps://my_bucket.s3.example.com/foo/terraform.tfstate
.Thanks
The text was updated successfully, but these errors were encountered: