Skip to content

Product media#1

Open
buskamuza wants to merge 3 commits into2002.0.21-basefrom
product-media
Open

Product media#1
buskamuza wants to merge 3 commits into2002.0.21-basefrom
product-media

Conversation

@buskamuza
Copy link
Copy Markdown
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