Skip to content

Commit 18e1018

Browse files
authored
Merge pull request #400 from ByteInternet/ddelwig-patch-1
Update how-to-configure-remote-storage-for-magento-2-x.md
2 parents 6f8abfb + f7bedbd commit 18e1018

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)