{"id":19892191,"url":"https://github.com/broadleafcommerce/blc-rackspace","last_synced_at":"2026-03-03T20:31:35.400Z","repository":{"id":14404530,"uuid":"17115243","full_name":"BroadleafCommerce/blc-rackspace","owner":"BroadleafCommerce","description":"Cloud Files implementation of a Broadleaf FileServiceProvider","archived":false,"fork":false,"pushed_at":"2026-02-25T17:52:52.000Z","size":153,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":16,"default_branch":"develop-3.0.x","last_synced_at":"2026-02-25T18:43:28.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"perusio/drupal-with-nginx","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BroadleafCommerce.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"licenses/blc_confidential/commercial_license-1.1.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-02-23T19:38:30.000Z","updated_at":"2021-11-29T22:25:51.000Z","dependencies_parsed_at":"2023-12-06T18:41:53.440Z","dependency_job_id":"b1b28658-677d-4ccb-98e9-c8d834564cee","html_url":"https://github.com/BroadleafCommerce/blc-rackspace","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/BroadleafCommerce/blc-rackspace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2Fblc-rackspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2Fblc-rackspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2Fblc-rackspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2Fblc-rackspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BroadleafCommerce","download_url":"https://codeload.github.com/BroadleafCommerce/blc-rackspace/tar.gz/refs/heads/develop-3.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BroadleafCommerce%2Fblc-rackspace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30058274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T18:22:20.366Z","updated_at":"2026-03-03T20:31:35.359Z","avatar_url":"https://github.com/BroadleafCommerce.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Rackspace CloudFiles Integrations Module\n==========================\n\nThis module contains Broadleaf integrations with Rackspace CloudFiles APIs.\n\n## Steps to enable this module\n\n1. Add the dependency management section to your **parent** `pom.xml`:\n    ```xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.broadleafcommerce\u003c/groupId\u003e\n        \u003cartifactId\u003ebroadleaf-rackspace\u003c/artifactId\u003e\n        \u003cversion\u003e2.0.0-GA\u003c/version\u003e\n        \u003ctype\u003ejar\u003c/type\u003e\n        \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n    ```\n\n2. Pull this dependency into your `core/pom.xml`:\n    ```xml\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.broadleafcommerce\u003c/groupId\u003e\n        \u003cartifactId\u003ebroadleaf-rackspace\u003c/artifactId\u003e\n    \u003c/dependency\u003e\n    ```\n    \n## Running/Building Locally\n\n\u003e Note: If you are a BLC developer, pull down the 'ThirdPartyIntegrationConfig' project and do a local maven install.\n\n1. Fill in appropriate values within `src/main/resources/config/bc/rackspace/common.properties` but **do not check in**\n\n```properties\nbroadleaf.rackspace.cloudfiles.provider=\u003cprovider\u003e\nbroadleaf.rackspace.cloudfiles.username=\u003cusername\u003e\nbroadleaf.rackspace.cloudfiles.apikey=\u003capikey\u003e\nbroadleaf.rackspace.cloudfiles.region=\u003cregion\u003e\nbroadleaf.rackspace.cloudfiles.container=\u003ccontainer\u003e\nbroadleaf.rackspace.cloudfiles.container.subdirectory=\u003csubdirectory\u003e\n```\n\n## Other Considerations\nThis 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.\n\nIf you REALLY need a different version of Guava than the one that is specified here, then please send a pull request!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroadleafcommerce%2Fblc-rackspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbroadleafcommerce%2Fblc-rackspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbroadleafcommerce%2Fblc-rackspace/lists"}