Amplience DAM Connector module
Deprecated Digital asset management (DAM) Incubator
| Git | |||
| Latest | 1.0 
 | 
The Amplience DAM Connector module provides a connector to Amplience to use assets from this service.
| This module is at the INCUBATOR level. | 
Installing with Maven
Maven is the easiest way to install the module. Add the following to your bundle:
<dependency>
  <groupId>info.magnolia.external.dam</groupId>
  <artifactId>magnolia-amplience-dam-connector</artifactId>
  <version>1.0</version>
</dependency>Configuration
Add the following configuration to your config.yaml file.
- Example
- 
your_module/decorations/amplience-dam-connector/config.yaml
authUrl: https://auth.url.com
apiUrl: https://api.url.com
clientId: A_CLIENT_ID
username: A_USER_NAME
password: A_USER_PASSWORD
version: v1.5.0
bucketId: A_BUCKET_ID
filter: "type:image" (1)| 1 | This is an example for filtering by the type:image. |