Documentation

mc support proxy

Use the mc support proxy command to configure a proxy to use to communicate with MinIO pricing.

Define the proxy URL to use when the deployment minio1 communicates to SUBNET. The proxy URL in the example is http://my.proxy.

mc support proxy set minio1 http://my.proxy

The following command removes the URL configured as the proxy for the alias minio1.

mc support proxy remove minio1

The following command shows the URL configured as the proxy for the alias minio1.

mc support proxy show minio1

Create a proxy URL for the MinIO deployment to use when communicating with MinIO pricing.

mc support proxy set ALIAS PROXY_URL

Display the current proxy URL configured for communicating with MinIO pricing.

mc support proxy show ALIAS

Remove the proxy URL configured for communicating with MinIO pricing.

mc support proxy remove ALIAS

This command supports any of the global flags.