An open API service indexing awesome lists of open source software.

https://github.com/broadleafcommerce/blc-google-storage


https://github.com/broadleafcommerce/blc-google-storage

Last synced: 4 months ago
JSON representation

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!