Amazon S3 Webservices
Amazon S3 Webservices

This article is part of my web research to prepare the development of a new feature using Amazon S3 Webservices.

I have to develop a new feature using Amazon S3 services. The first discussed thing with the customer was how to get access to an S3 AWS Account to write my features. Since it was rather complicated, I had to look for some alternative solutions.

These are my finds.

Using Amazon AWS 3 with Java

First, to manipulate S3 resources, I am writing Java microservices. I have been looking for Java S3 Libraries and some interesting links :

Mocking Amazon S3 Server with a Local server

if you desire to develop on your laptop and solely rely on the local resources, you can use a mock server to emulate an S3 API.

I found many different implementations :

 

Don’t miss the next article, I will compare the solutions with a Java example!

 

By sleroy

Leave a Reply

Your email address will not be published. Required fields are marked *