mirror of
https://github.com/minio/docs.git
synced 2025-09-10 20:12:12 +03:00
32 lines
973 B
ReStructuredText
32 lines
973 B
ReStructuredText
play-alias-only
|
|
|
|
The following example assumes that the ``play`` alias exists in the
|
|
:mc-cmd:`mc` :ref:`configuration file <mc-configuration>`. You can
|
|
replace ``play`` with the alias for your preferred S3-compatible deployment.
|
|
|
|
See :mc:`mc alias` for more information on aliases.
|
|
|
|
end-play-alias-only
|
|
|
|
|
|
play-s3-alias
|
|
|
|
The following example assumes that the ``play`` and ``s3`` aliases exist in the
|
|
:mc-cmd:`mc` :ref:`configuration file <mc-configuration>`. You can replace
|
|
``play`` and ``s3`` with the aliases for your preferred S3-compatible
|
|
deployments.
|
|
|
|
See :mc:`mc alias` for more information on aliases.
|
|
|
|
end-play-s3-alias
|
|
|
|
myminio-alias
|
|
|
|
The following example uses the default ``myminio`` alias. The ``myminio``
|
|
alias points to a local ``minio`` server running on port ``9000``. See
|
|
<installation instructions> for more information on installing and running
|
|
a local ``minio`` server instance.
|
|
|
|
See :mc:`mc alias` for more information on aliases.
|
|
|
|
end-myminio-alias |