S3Mock icon indicating copy to clipboard operation
S3Mock copied to clipboard

Support pathStyleAccess=false / bucket subdomains

Open agudian opened this issue 6 years ago • 0 comments

AWS has announced to deprecate pathStyleAccess in the foreseeable future.

The S3 mock server could support that when running in Docker, with properly configured Docker network and alias settings, and then maybe checking the request for the used subdomain name.

Dynamically creating buckets won't be possible, though.

The challenge is to do that without having to duplicate the complete API controller and to provide proper testing within the Maven build.

agudian avatar May 10 '19 11:05 agudian