Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product media #1

Open
wants to merge 3 commits into
base: 2002.0.21-base
Choose a base branch
from
Open

Product media #1

wants to merge 3 commits into from

Conversation

buskamuza
Copy link
Member

Adds support for storage configuration.
Task - https://jira.corp.magento.com/browse/ECP-95

The code is branched from 2002.0.21 version (the one being deployed by default on Cloud right now).

The storage can now be configured in STORAGE_CONFIGURATION variable from UI as following:

Azure storage example:

{
  "media": {
    "adapter": "ms_azure",
    "options": {
      "connection_string": "<azure-connection-string>",
      "container_name": "<container-name>"
    }
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant