Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

RustFS Java Client Examples

This directory contains examples demonstrating how to interact with a RustFS server using Java.

Examples

  • 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.

Prerequisites

  • Java 11+
  • A running RustFS server (default: http://localhost:9000)

Usage

Please navigate into the specific example directories above for detailed instructions on how to build and run them (e.g., using Maven or Gradle).