-
Notifications
You must be signed in to change notification settings - Fork 50
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
Test for virtual host style requests #213
Comments
@nitisht run.sh should look like this so that it runs both path and virtual style:
|
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 11, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 11, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 17, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 20, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 20, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 20, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
nitisht
added a commit
to nitisht/mint
that referenced
this issue
Nov 20, 2017
Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run Fixes minio#213
@nitisht i see a bunch of commits for this issue. SHould this be closed then? |
harshavardhana
pushed a commit
that referenced
this issue
Jun 28, 2018
- Add new mode to test virtual host style with awscli Mint awscli tests now run against both path style and virtual style if virtual style flag is set. By default only path style tests are run - The dnsmasq will now resolvethe wildcard entries also This will now facilitate the randomized wildcard bucket names in awscli tests (virtual style paths). Fixes #213
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
minio/minio#5095 should have mint tests.
Test can be done like this:
This is needed because if the bucket is
test
and endpoing ismydomain.com
then the client requests will be done on the hosttest.mydomain.com
which should be resolved to localhost (docker container itself)The text was updated successfully, but these errors were encountered: