Skip to content

Commit c090c3a

Browse files
committed
apply mdformat
1 parent 0329c2a commit c090c3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ This can be useful for many reasons, such as:
2323
Configuring Magento 2 to start storing files in your bucket is done using a single command.
2424

2525
**Hypernode Object Storage**
26+
2627
```bash
2728
something something?
2829
```
@@ -59,6 +60,7 @@ Magento provides an official method for syncing files using the following comman
5960
```bash
6061
bin/magento remote-storage:sync
6162
```
63+
6264
However, for significantly improved performance, you can use the following alternative:
6365

6466
```bash
@@ -79,6 +81,7 @@ Alternatively, you can use the AWS CLI directly:
7981
aws s3 sync pub/media/ s3://my_bucket_name/media/
8082
aws s3 sync var/import_export s3://my_bucket_name/import_export
8183
```
84+
8285
Both methods are significantly faster than Magento’s built-in sync, as aws s3 sync handles uploads concurrently.
8386

8487
## The storage flag file in the bucket
@@ -94,6 +97,7 @@ If you're using Hypernode's object storage solution, simply run the following co
9497
```bash
9598
hmv example.com --object-storage
9699
```
100+
97101
### Using a custom object storage solution
98102

99103
If you're using a custom storage provider, such as Amazon S3, you'll need to specify the bucket name and URL manually:

0 commit comments

Comments
 (0)