This is a simple storage, used in a few other projects.
This is the dependency you need:
<dependency>
<groupId>com.artipie</groupId>
<artifactId>files-adapter</artifactId>
<version>[...]</version>
</dependency>
Read the Javadoc for more technical details.
If you have any question or suggestions, do not hesitate to create an issue or contact us in
Telegram.
Artipie roadmap.
For simple cases or for debugging you may want to start files-adapter as HTTP server. Just build it and start with:
mvn package dependency:copy-dependencies
java -cp "target/files-adapter-1.0-SNAPSHOT.jar:target/dependency/*" com.artipie.files.FilesSlice
This command builds service and start it with in-memory storage on localhost on 8080
port.
Please read contributing rules.
Fork repository, make changes, send us a pull request. We will review
your changes and apply them to the master
branch shortly, provided
they don't violate our quality standards. To avoid frustration, before
sending us your pull request please run full Maven build:
$ mvn clean install -Pqulice
To avoid build errors use Maven 3.2+.