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
I want to spin-up S3Mock with configuration of my own. Also I want to set enablePathAccess=FALSE. Does S3 Mock support hosting files in this fashion (virtual file style). In that case , I will be addressing the resources like this (http://bucket-name.hostname:port/key).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
You can find the configuration options in class S3MockApplication.
Using pathStyleAccess is not supported right now, though. It would be an interesting thing to add, though. It would require running Docker containers with a specific setup to bind internal DNS names properly, and executing the tests from within a Docker container using the same Docker network.
I want to spin-up S3Mock with configuration of my own. Also I want to set enablePathAccess=FALSE. Does S3 Mock support hosting files in this fashion (virtual file style). In that case , I will be addressing the resources like this (http://bucket-name.hostname:port/key).
Thanks in advance.
The text was updated successfully, but these errors were encountered: