From f7bedbd9fbbdce312b591993c08b3a105f1b2803 Mon Sep 17 00:00:00 2001 From: ddelwig Date: Thu, 28 Aug 2025 10:43:21 +0200 Subject: [PATCH] Update how-to-configure-remote-storage-for-magento-2-x.md Remove setup: --- .../how-to-configure-remote-storage-for-magento-2-x.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md b/docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md index 9cb304c6..2489cb62 100644 --- a/docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md +++ b/docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md @@ -25,7 +25,7 @@ Configuring Magento 2 to start storing files in your bucket is done using a sing Before configuring remote storage, make sure that the deprecated database media storage backend is disabled. ```bash -bin/magento setup:config:set system/media_storage_configuration/media_storage 0 +bin/magento config:set system/media_storage_configuration/media_storage 0 ``` **Hypernode Object Storage and other S3 compatible providers**