From 684217cdf967cdeeb00f496bbf6d2ebb93cae568 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:22:58 -0400 Subject: [PATCH] Minor fixes for remote storage names (#1275) Swapping `_` for `-` in remote class names for S3. --- .../object-management/transition-objects-to-s3.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/administration/object-management/transition-objects-to-s3.rst b/source/administration/object-management/transition-objects-to-s3.rst index e300ef2c..0a68ad03 100644 --- a/source/administration/object-management/transition-objects-to-s3.rst +++ b/source/administration/object-management/transition-objects-to-s3.rst @@ -190,7 +190,7 @@ The example above uses the following arguments: MinIO recommends specifying this optional prefix for remote storage tiers which contain other data, including transitioned objects from other MinIO deployments. This prefix should provide a clear reference back to the - source MinIO deployment to faciliate ease of operations related to + source MinIO deployment to facilitate ease of operations related to diagnostics, maintenance, or disaster recovery. * - :mc-cmd:`STORAGE_CLASS ` @@ -202,8 +202,8 @@ The example above uses the following arguments: The following S3 storage classes meet MinIO's requirements as a remote tier: - ``STANDARD`` - - ``STANDARD_IA`` - - ``STANDARD_ONEZONE`` + - ``STANDARD-IA`` + - ``STANDARD-ONEZONE`` Omit this value to use the default storage class for the bucket. Specifying this value overrides the bucket storage class.