https://github.com/broadleafcommerce/blc-google-storage
https://github.com/broadleafcommerce/blc-google-storage
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/broadleafcommerce/blc-google-storage
- Owner: BroadleafCommerce
- Created: 2017-09-19T10:50:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-30T17:54:31.000Z (4 months ago)
- Last Synced: 2026-01-30T22:25:16.959Z (4 months ago)
- Size: 80.1 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: licenses/blc_confidential/commercial_license-1.1.txt
Awesome Lists containing this project
README
Rackspace CloudFiles Integrations Module
==========================
This module contains Broadleaf integrations with Rackspace CloudFiles APIs.
## Steps to enable this module
1. Add the dependency management section to your **parent** `pom.xml`:
```xml
org.broadleafcommerce
broadleaf-rackspace
2.0.0-GA
jar
compile
```
2. Pull this dependency into your `core/pom.xml`:
```xml
org.broadleafcommerce
broadleaf-rackspace
```
## Running/Building Locally
> Note: If you are a BLC developer, pull down the 'ThirdPartyIntegrationConfig' project and do a local maven install.
1. Fill in appropriate values within `src/main/resources/config/bc/rackspace/common.properties` but **do not check in**
```properties
broadleaf.rackspace.cloudfiles.provider=
broadleaf.rackspace.cloudfiles.username=
broadleaf.rackspace.cloudfiles.apikey=
broadleaf.rackspace.cloudfiles.region=
broadleaf.rackspace.cloudfiles.container=
broadleaf.rackspace.cloudfiles.container.subdirectory=
```
## Other Considerations
This module declares a hard dependency on Google Guava, in lock-step with the Guava version from JClouds. This is because JClouds :shit:s all over itself when there is a Guava version that it doesn't like. This might actually be a good reason to drop JClouds for this integration completely, but whatever. The hard dependency doesn't seem to break anything else in Broadleaf after some smoke tests and it definitely makes this thing work.
If you REALLY need a different version of Guava than the one that is specified here, then please send a pull request!