Skip to content
John Fereira edited this page Apr 8, 2022 · 2 revisions

S3Demo

S3 demo

Contents link

  • src/main source code
  • src/test junit tests
  • pom.xml maven build file
  • scripts shell scripts for testing

Setup

none

Building

Use maven to compile the code

mvn compile

Running

cd scripts
sh ListBuckets.sh
sh ListObjects.sh
sh DownloadObject.sh

Dependencies

Clone this wiki locally