Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 421 Bytes

File metadata and controls

14 lines (10 loc) · 421 Bytes

NATS

Overview

This example uses the Object Store functionality to demonstrate uploading and downloading an object.

Runner

The Runner.java is your starting point. It has all the code you need to

  • Make input data files.
  • Create the Object Store
  • Upload input data files
  • See what objects are in the store.
  • Download a file from the store.