Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 653 Bytes

File metadata and controls

17 lines (10 loc) · 653 Bytes

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