Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3mock server spin-up with custom credentials #139

Closed
vineelya opened this issue Apr 10, 2019 · 2 comments
Closed

S3mock server spin-up with custom credentials #139

vineelya opened this issue Apr 10, 2019 · 2 comments

Comments

@vineelya
Copy link

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.

@agudian
Copy link
Member

agudian commented May 10, 2019

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.

@agudian
Copy link
Member

agudian commented May 10, 2019

I've created #144 to track adding support for non-path style access.

If you have more specific ideas what you want to configure, please reopen this ticket and edit the description.

@agudian agudian closed this as completed May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants