Skip to content

Commit 8e30485

Browse files
author
Dominik Matic
committed
move Shopware 6 OS section, fix a sentence, and remove trailing whitespace
1 parent 70cb376 commit 8e30485

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/ecommerce-applications/shopware-6/how-to-configure-remote-storage-for-shopware-6-x.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ shopware:
3838
credentials:
3939
key: 'access key'
4040
secret: 'secret key'
41-
4241
```
4342
4443
You can get the required management URL, access key, and secret key by running `hypernode-object-storage info` with the `--with-credentials` flag:
@@ -54,7 +53,7 @@ app@testapp ~ # hypernode-object-storage info --with-credentials
5453

5554
**AWS S3**
5655

57-
If you're using Amazon's S3 bucket, your configuration file should include the following:
56+
If you're using the AWS S3 service, your configuration file should include the following:
5857

5958
```yaml
6059
shopware:
@@ -67,9 +66,12 @@ shopware:
6766
credentials:
6867
key: 'your aws access key'
6968
secret: 'your aws secret key'
70-
7169
```
7270

71+
### Shopware remote storage documentation
72+
73+
For more details on configuring remote storage in Shopware, you can refer to the official [Shopware Filesystem documentation](https://developer.shopware.com/docs/guides/hosting/infrastructure/filesystem.html)
74+
7375
## Syncing the files
7476

7577
You can use the following to sync the files between your local and remote storage:
@@ -101,7 +103,3 @@ Fortunately, `hypernode-manage-vhosts` [simplifies this process for you](../../h
101103
### Configuring Amazon S3 bucket policies
102104

103105
If you’re using Amazon S3, ensure that your S3 bucket has ACLs enabled.
104-
105-
## Shopware remote storage documentation
106-
107-
- [Filesystem](https://developer.shopware.com/docs/guides/hosting/infrastructure/filesystem.html)

0 commit comments

Comments
 (0)