Skip to content

Commit f7bedbd

Browse files
authored
Update how-to-configure-remote-storage-for-magento-2-x.md
Remove setup:
1 parent 6f8abfb commit f7bedbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ecommerce-applications/magento-2/how-to-configure-remote-storage-for-magento-2-x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Configuring Magento 2 to start storing files in your bucket is done using a sing
2525
Before configuring remote storage, make sure that the deprecated database media storage backend is disabled.
2626

2727
```bash
28-
bin/magento setup:config:set system/media_storage_configuration/media_storage 0
28+
bin/magento config:set system/media_storage_configuration/media_storage 0
2929
```
3030

3131
**Hypernode Object Storage and other S3 compatible providers**

0 commit comments

Comments
 (0)