https://github.com/broadleafcommerce/blc-amazon
Integration of BLC and Amazon services.
https://github.com/broadleafcommerce/blc-amazon
Last synced: 11 months ago
JSON representation
Integration of BLC and Amazon services.
- Host: GitHub
- URL: https://github.com/broadleafcommerce/blc-amazon
- Owner: BroadleafCommerce
- License: apache-2.0
- Created: 2014-02-06T17:18:33.000Z (over 12 years ago)
- Default Branch: develop-3.0.x
- Last Pushed: 2025-03-10T15:08:28.000Z (over 1 year ago)
- Last Synced: 2025-03-10T16:36:24.132Z (over 1 year ago)
- Size: 233 KB
- Stars: 2
- Watchers: 29
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Amazon Integrations Module
==========================
This module contains Broadleaf integrations with Amazon AWS APIs.
The following functionality is covered by this module (could be a partial list):
S3 integration : Ability to store images and other assets produced by Broadleaf using Amazon's S3 storage
Fulfillment : Roadmap Item
## Steps to enable this module
1. Add the dependency management section to your **parent** `pom.xml`:
```xml
org.broadleafcommerce
broadleaf-amazon
1.0.0-GA
jar
compile
```
2. Pull this dependency into your `core/pom.xml`:
```xml
org.broadleafcommerce
broadleaf-amazon
```
3. Include the necessary `patchConfigLocation` files in your `admin/web.xml`:
```xml
classpath:/bl-amazon-applicationContext.xml
```
> Note: These two lines should go before the `classpath:/applicationContext.xml` line, but after `classpath:/bl-admin-applicationContext.xml`
4. Include the necessary `patchConfigLocation` files in your `site/web.xml`:
```xml
classpath:/bl-amazon-applicationContext.xml
```
> Note: This line should go before the `classpath:/applicationContext.xml` line