Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b125fef

Browse files
committed
note for remote storage support on cloud
1 parent 16abb2c commit b125fef

File tree

3 files changed

+3
-23
lines changed

3 files changed

+3
-23
lines changed

src/cloud/env/variables-deploy.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -392,26 +392,6 @@ You must have a Redis service configured in the `.magento.app.yaml` file and in
392392

393393
The read-only connection is not available for use in the Integration environment or if you use the [`CACHE_CONFIGURATION` variable](#cache_configuration).
394394

395-
### `REMOTE_STORAGE`
396-
397-
- **Default**—_Not set_
398-
- **Version**—{{site.data.var.ee}} 2.4.2 and later
399-
400-
Configure a _storage adapter_ to store media files in a persistent, remote storage container using a storage service, such as AWS S3. Use the remote storage option to improve performance on Cloud projects with complex, multi-server configurations that must share resources.
401-
402-
```yaml
403-
stage:
404-
deploy:
405-
REMOTE_STORAGE:
406-
driver: aws-s3 # Required
407-
prefix: cloud # Optional
408-
config:
409-
bucket: my-bucket # Required
410-
region: my-region # Required
411-
key: my-key # Optional
412-
secret: my-secret-key # Optional
413-
```
414-
415395
### `RESOURCE_CONFIGURATION`
416396

417397
- **Default**—Not set

src/cloud/release-notes/ece-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ See [Upgrades and patches]({{ site.baseurl }}/cloud/project/project-upgrade-pare
4242
## v2002.1.5
4343
*Release date: Feb 1, 2021*<br/>
4444

45-
- {:.new}**Remote storage**—Added the [`REMOTE_STORAGE`]({{site.baseurl}}/cloud/env/variables-deploy.html#remote_storage) environment variable to enable Cloud Projects for remote storage of media files using a storage service, such as AWS S3.<!--MCLOUD-7153-->
45+
- {:.new}**Remote storage**—Added the `REMOTE_STORAGE` environment variable to enable Cloud Projects for remote storage of media files using a storage service, such as AWS S3. This configuration option is part of the {{site.data.var.ct}} package, but is not supported on {{site.data.var.ece}}.<!--MCLOUD-7153-->
4646

4747
- {:.new}**New cloud:config:validate command**—Added command `php vendor/bin/ece-tools cloud:config:validate` to validate the `.magento.env.yaml` configuration before pushing changes to the remote Cloud environment.<!--MCLOUD-7120-->
4848

src/guides/v2.4/config-guide/remote-storage/config-remote-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Remote Storage module provides the option to store media files and schedule
1313
Remote storage is available in version 2.4.2 and later only. See the [2.4.2 release notes]({{page.baseurl}}/release-notes/open-source-2-4-2.html).
1414

1515
{:.bs-callout-info}
16-
Remote storage is not supported on Cloud Commerce environments.
16+
The Remote storage module is _not_ supported on {{site.data.var.ece}}.
1717

1818
![schema image]
1919

@@ -81,7 +81,7 @@ After you enable remote storage for a specific adapter, you can use the CLI to m
8181
```
8282

8383
{:.bs-callout-info}
84-
The sync command only migrates files in the `pub/media` directory, _not_ the import/export files in the `var` directory. See [Scheduled Import/Export][import-export] in the _Magento 2.4 User Guide_.
84+
The sync command only migrates files in the `pub/media` directory, _not_ the import/export files in the `var` directory. See [Scheduled Import/Export][import-export] in the _Commerce 2.4 User Guide_.
8585

8686
<!-- link definitions -->
8787
[AWS S3]: {{site.baseurl}}/guides/v2.4/config-guide/remote-storage/config-remote-storage-aws-s3.html

0 commit comments

Comments
 (0)