From c61c5b16c533f5875f4f258a518bab169040467b Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Wed, 16 Feb 2022 18:03:24 -0500 Subject: [PATCH] Remove EOL'd docs on Gateway --- source/index.rst | 1 - .../bucket-notifications.rst | 4 - .../reference/minio-server/minio-gateway.rst | 101 ------------------ 3 files changed, 106 deletions(-) delete mode 100644 source/reference/minio-server/minio-gateway.rst diff --git a/source/index.rst b/source/index.rst index 5f9c6cce..bb8a4e78 100644 --- a/source/index.rst +++ b/source/index.rst @@ -167,6 +167,5 @@ without validating their usage do so at their own risk. /reference/minio-mc /reference/minio-mc-admin /reference/minio-server/minio-server - /reference/minio-server/minio-gateway /console/minio-console /sdk/minio-drivers \ No newline at end of file diff --git a/source/monitoring/bucket-notifications/bucket-notifications.rst b/source/monitoring/bucket-notifications/bucket-notifications.rst index 90ec6899..5565a921 100644 --- a/source/monitoring/bucket-notifications/bucket-notifications.rst +++ b/source/monitoring/bucket-notifications/bucket-notifications.rst @@ -15,10 +15,6 @@ supported external services on certain object or bucket events. MinIO supports bucket and object-level S3 events similar to the :s3-docs:`Amazon S3 Event Notifications `. -MinIO bucket notifications are available *only* with -:mc:`minio server` deployments. MinIO :ref:`Gateway ` -does *not* support bucket notifications. - Supported Notification Targets ------------------------------ diff --git a/source/reference/minio-server/minio-gateway.rst b/source/reference/minio-server/minio-gateway.rst deleted file mode 100644 index e5db2c21..00000000 --- a/source/reference/minio-server/minio-gateway.rst +++ /dev/null @@ -1,101 +0,0 @@ -============= -MinIO Gateway -============= - -.. default-domain:: minio - -.. contents:: Table of Contents - :local: - :depth: 2 - -.. _minio-gateway: - -MinIO Gateway -------------- - -Syntax -~~~~~~ - -.. mc:: minio gateway - -Starts the MinIO Gateway process. - -The command has the following syntax: - -.. code-block:: shell - :class: copyable - - minio gateway [FLAGS] SUBCOMMAND [ARGUMENTS] - -:mc:`minio gateway` supports the following flags: - -.. mc-cmd:: address - :option: - - *Optional* Binds the MinIO Gateway to a specific network address and port - number. Specify the address and port as ``ADDRESS:PORT``, where ``ADDRESS`` - is an IP address or hostname and ``PORT`` is a valid and open port on the - host system. - - To change the port number for all IP addresses or hostnames configured - on the host machine, specify ``:PORT`` where ``PORT`` is a valid - and open port on the host. - -.. mc-cmd:: certs-dir, -S - :option: - - *Optional* Specifies the path to the folder containing certificates the - MinIO Gateway process uses for configuring TLS/SSL connectivity. - - Omit to use the default directory paths: - - - Linux/OSX: ``${HOME}/.minio/certs`` - - Windows: ``%%USERPROFILE%%\.minio\certs``. - - See :ref:`minio-TLS` for more information on TLS/SSL connectivity. - -.. mc-cmd:: quiet - :option: - - *Optional* Disables startup information. - -.. mc-cmd:: anonymous - :option: - - *Optional* Hides sensitive information from logging. - -.. mc-cmd:: json - :option: - - *Optional* Outputs server logs and startup information in ``JSON`` - format. - -:mc:`minio gateway` supports the following subcommands: - -.. mc-cmd:: nas - :fullpath: - - Creates a MinIO Gateway process configured for Network-Attached Storage - (NAS). - -.. mc-cmd:: azure - :fullpath: - - Creates a MinIO Gateway process configured for Microsoft Azure Blob Storage. - -.. mc-cmd:: s3 - :fullpath: - - Creates a MinIO Gateway process configured for Amazon Simple Storage Service - (S3). - -.. mc-cmd:: hdfs - :fullpath: - - Creates a MinIO Gateway process configured for Hadoop Distributed File - System (HDFS). - -.. mc-cmd:: gcs - :fullpath: - - Creates a MinIO Gateway process configured for Google Cloud Storage. \ No newline at end of file