Member-only story

Silvan
1 min readFeb 17, 2018

--

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

--

--

Silvan
Silvan

Written by Silvan

#Digital #Transformation Techlead at @serial_ch. @tocea founder. I save #software in exchange of Chocolates,Cheese and Beer in Switzerland #Breton/Gallo en exil

No responses yet