minio / mint

Collection of tests to detect overall correctness of MinIO server.
Apache License 2.0
78 stars 50 forks source link

The awscli tests for virtual style paths (dnsmasq fix) #278

Closed Praveenrajmani closed 6 years ago

Praveenrajmani commented 6 years ago

The dnsmasq will now accept wildcard bucket name entries.

The container is spawned by

docker run -e "SERVER_ENDPOINT=192.168.86.133:9000" \ -e "DOMAIN=minio.com" -e "ACCESS_KEY=minio" \ -e "SECRET_KEY=**REDACTED**" -e "ENABLE_HTTPS=0" \ -e "ENABLE_VIRTUAL_STYLE=1" minio/mint awscli

The DOMAIN provided in the env will be resolved to the host ip in SERVER_ENDPOINT

Fixes: #213

Praveenrajmani commented 6 years ago

@nitisht @balamurugana Changes updated.

Praveenrajmani commented 6 years ago

@balamurugana @nitisht The changes are done .

Praveenrajmani commented 6 years ago

@balamurugana @nitisht the changes are done

Praveenrajmani commented 6 years ago

@balamurugana The changes are done. Please check

balamurugana commented 6 years ago

LGTM. Please resolve conflicts.

Amirreza1396 commented 1 year ago

The dnsmasq will now accept wildcard bucket name entries.

The container is spawned by

docker run -e "SERVER_ENDPOINT=192.168.86.133:9000" \ -e "DOMAIN=minio.com" -e "ACCESS_KEY=minio" \ -e "SECRET_KEY=**REDACTED**" -e "ENABLE_HTTPS=0" \ -e "ENABLE_VIRTUAL_STYLE=1" minio/mint awscli

The DOMAIN provided in the env will be resolved to the host ip in SERVER_ENDPOINT

Fixes: #213