The Blog

Thoughts on software engineering, leadership, and modern web development.

Cover Image for deleting or emptying a s3 bucket
Featured Article

deleting or emptying a s3 bucket

in some case like in initilization script, you might need to delete a aws s3 bucket, or delete the content of this bucket. in my case, i need to do it in comand line. but it's also possible to do it on the web console, or wich java program.

gregoire barret
Read Article

More Stories

Cover Image for Gitlab pipeline deploy spring boot to AWS elastic beanstalk

Gitlab pipeline deploy spring boot to AWS elastic beanstalk

On this article we will see how to deploy a spring boot application on AWS elastic beanstalk with gitlab pipeline.

gregoire barret
Cover Image for GIT tips and trick

GIT tips and trick

Git can be hard to master. As i mostly use it by command line, I not really use any GUI expect the one integrated with my IDE, I will list the different trick I use time to time. I write them down here so it's will be easiest to myself to find them later.

gregoire barret
Cover Image for How to sync a folder to AWS S3

How to sync a folder to AWS S3

I recently have so sync a static website to AWS S3. I was looking how to sync a folder to aws s3 by a simple comand. On this topic i will not cover how to create a S3 bucket. I will only focus on how to sync the folder on linux.

gregoire barret