JBoss.org Community Documentation

8.3.4.1. Amazon S3 Library

The S3 cache loader is provided with the default distribution but requires a library to access the service at runtime. This runtime library may be obtained through a Sourceforge Maven Repository. Include the following sections in your pom.xml file:

<repository>
    <id>e-xml.sourceforge.net</id>
<url>http://e-xml.sourceforge.net/maven2/repository</url>
    </repository>
    ...
    <dependency>
    <groupId>net.noderunner</groupId>
    <artifactId>amazon-s3</artifactId>
    <version>1.0.0.0</version>
    <scope>runtime</scope>
   </dependency>
            

If you do not use Maven, you can still download the amazon-s3 library by navigating the repository or through this URL.