2024-03-28
Amazon S3 Webservices

Developing with S3 and Java : useful links

https://sylvainleroy.com/wp-admin/options-general.php?page=ad-inserter.php#tab-2

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

I have to develop a new feature using 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 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!

 

Sylvain Leroy

Senior Software Quality Manager and Solution Architect in Switzerland, I have previously created my own company, Tocea, in Software Quality Assurance. Now I am offering my knowledge and services in a small IT Consulting company : Byoskill and a website www.byoskill.com Currently living in Lausanne (CH)

View all posts by Sylvain Leroy →