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

Commit 8e5a3ec

Browse files
meker12shiftedrealityhguthrie
authored
Added REMOTE_STORAGE deploy variable to Cloud Guide (#8230)
* Update src/cloud/env/variables-deploy.md * Added REMOTE_STORAGE deploy variable documentation * Update release notes for ece-tools 2002.1.4 Merges changes from #8229 Co-authored-by: Oleg Posyniak <[email protected]> Co-authored-by: hguthrie <[email protected]>
1 parent 32e9d27 commit 8e5a3ec

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

src/_data/var.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ mbi: Magento Business Intelligence
2121
# Cloud product name variables
2222

2323
ece: Magento Commerce Cloud
24-
ece-release-date: November 9, 2020
24+
ece-release-date: Month Day, 2021
2525
csuite: Magento Commerce Cloud Suite
2626
ct: ece-tools
2727
ct-repo: magento/ece-tools
28-
ct-release: 2002.1.3
28+
ct-release: 2002.1.4
2929
mcp-prod: Magento Cloud Patches
3030
mcp-package: magento/magento-cloud-patches
3131
mcp-release: 1.0.8

src/cloud/env/variables-deploy.md

+20
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,26 @@ You must have a Redis service configured in the `.magento.app.yaml` file and in
425425

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

428+
### `REMOTE_STORAGE`
429+
430+
- **Default**—_Not set_
431+
- **Version**—Magento 2.4.2 and later
432+
433+
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. See [Enable storage adapter]({{site.baseurl}}/guides/v2.4/config-guide/remote-storage/config-remote-storage#enable-storage-adapter.html).
434+
435+
```yaml
436+
stage:
437+
deploy:
438+
REMOTE_STORAGE:
439+
driver: aws-s3 # Required
440+
prefix: cloud # Optional
441+
config:
442+
bucket: my-bucket # Required
443+
region: my-region # Required
444+
key: my-key # Optional
445+
secret: my-secret-key # Optional
446+
```
447+
428448
### `RESOURCE_CONFIGURATION`
429449

430450
- **Default**—Not set

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

+7
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ The `{{site.data.var.ct}}` package uses the following release versioning sequenc
1717
{:.bs-callout-info}
1818
See [Upgrades and patches]({{ site.baseurl }}/cloud/project/project-upgrade-parent.html) for information about updating to the latest release of the `{{site.data.var.ct}}` package.
1919

20+
## v2002.1.4
21+
*Release date: {{ site.data.var.ece-release-date }}*<br/>
22+
23+
**Environment variable updates**
24+
25+
- 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-->
26+
2027
## v2002.1.3
2128
*Release date: {{ site.data.var.ece-release-date }}*<br/>
2229

0 commit comments

Comments
 (0)