-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MCLOUD-7153: Support for Remote Storage #8229
Conversation
This should not merge until the other remote storage content is rebased. |
I believe this update needs to be merged into the ece-tools 2002.1.4 integration branch, and I also think that 2002.1.4 will release in conjunction with the 2.4.2 Magento release. Checking. |
Co-authored-by: Margaret Eker <meker@adobe.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor fixes for clarity
Co-authored-by: hguthrie <hguthrie@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OKay, good. These little fixes are also being applied to the config guide, which I am cleaning now and will point to 2.4.2 later today. Thanks!
Update release notes for ece-tools 2002.1.4 Merges changes from #8229
* 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 <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com>
Changes merged into the ece-tools 2002.1.4 integration branch. See #8230 . |
Hi @shiftedreality, thank you for your contribution! |
* 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 <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com>
* 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 <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Add release note for opcache flush option (#8240) * Add release note for opcache flush option Add information about the `opcache.enable_cli` PHP option for resetting cache configuration when deploying Magento on the Cloud platform. (MCLOUD-7015) * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * Update src/cloud/project/magento-env-yaml.md Co-authored-by: Barny Shergold <barny.shergold@vaimo.com> * Update src/cloud/project/magento-env-yaml.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * MCLOUD-7120: Add command which validate .magento.env.yaml locally before push * Update src/cloud/project/magento-env-yaml.md * MCLOUD-7306: Ece-tools release notes * MCLOUD-7306: WIP - Release notes update to fix a bad merge. * version and markdown fixes * Update src/cloud/project/magento-env-yaml.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Draft of release notes and related documentation * Updated language for cache:flush step. :) * Minor updates. * Apply suggestions from code review Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Updated ece-tools release notes from reviews. * Updated ece-tools release notes from reviews. * Updated ece-tools release notes from reviews. Co-authored-by: Margaret Eker <meker@adobe.com> Co-authored-by: Oleg Posyniak <oleg.posyniak@gmail.com> Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> Co-authored-by: Oleksandr Shmyheliuk <oshmyheliuk@magento.com> Co-authored-by: Barny Shergold <barny.shergold@vaimo.com>
Purpose of this pull request
https://jira.corp.magento.com/browse/MCLOUD-7153
Affected DevDocs pages
whatsnew
Added the
REMOTE_STORAGE
environment variableto the Deploy variables topic in the Cloud Guide . This variable enables Cloud Projects for remote storage of media files using a storage service such as AWS S3.