Member-only story
In the continuation of my previous S3 article,
I present you, how to write a S3 Java Sample program that is using a mock S3 server to develop the functionalities.
In this article, I will be using :
First step : running our mock S3 server
You need to have Docker installed on your machine.
Once Docker installed. type the following commands in your terminal :
docker pull minio/minio
docker run -p 9000:9000 minio/minio server /data