This directory contains examples demonstrating how to interact with a RustFS server using Java.
- AWS S3 Demo: Demonstrates how to use an S3-compatible client to interact with RustFS.
- X-File-Storage RustFS: Example using the x-file-storage framework to work with RustFS.
- Java 11+
- A running RustFS server (default:
http://localhost:9000)
Please navigate into the specific example directories above for detailed instructions on how to build and run them (e.g., using Maven or Gradle).