Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

article/using-aws-s3-presigned-urls-in-spring-boot #564

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
4dd16e0
adding stock image
hardikSinghBehl May 1, 2024
b89368d
initial incomplete draft
hardikSinghBehl May 2, 2024
22f6765
fix article url
hardikSinghBehl May 3, 2024
9599f77
Merge branch 'reflectoring:master' into article/using-aws-s3-presigne…
hardikSinghBehl May 9, 2024
7b48cd3
updating blog date
hardikSinghBehl May 9, 2024
545a30c
fix: description
hardikSinghBehl May 9, 2024
288f508
finalizing initial complete draft
hardikSinghBehl May 10, 2024
176b2a0
fix: publish date to enable rendering
hardikSinghBehl May 10, 2024
894cfcd
fix: http method
hardikSinghBehl May 11, 2024
1e5ccba
improving grammar
hardikSinghBehl May 11, 2024
7db62ec
minor fix
hardikSinghBehl May 11, 2024
9c39246
grammatical fix
hardikSinghBehl May 11, 2024
8bef1dc
updating article date
hardikSinghBehl May 25, 2024
5be7abf
Merge branch 'reflectoring:master' into article/using-aws-s3-presigne…
hardikSinghBehl May 28, 2024
7e0d8d7
updating title case
hardikSinghBehl May 28, 2024
3d9e910
updating order of sections
hardikSinghBehl May 28, 2024
9a3e46d
minor improvements
hardikSinghBehl May 28, 2024
57e3a5c
updating title
hardikSinghBehl May 28, 2024
9ec2630
updating title
hardikSinghBehl May 28, 2024
883e4ff
updating article URLs
hardikSinghBehl May 28, 2024
1576831
fix: artile title case
hardikSinghBehl May 28, 2024
837209f
updating date
hardikSinghBehl Jun 3, 2024
302a0c0
Some minor edits
Jun 5, 2024
a8e96da
adding security details
hardikSinghBehl Jun 7, 2024
19a30ce
covering mobile application IP based restriction issue
hardikSinghBehl Jun 7, 2024
5d8fc24
removing IP address restriction details
hardikSinghBehl Jun 11, 2024
04364a0
Final edit and prepare for publishing
Jun 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions content/blog/2024/2024-05-27-spring-cloud-aws-s3.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: "Using Amazon S3 with Spring Cloud AWS"
title: "Integrating Amazon S3 with Spring Boot Using Spring Cloud AWS"
categories: [ "AWS", "Spring Boot", "Java" ]
date: 2024-05-27 00:00:00 +0530
modified: 2024-05-27 00:00:00 +0530
authors: [ "hardik" ]
description: "In this article, we learn how AWS S3 can be integrated in a Spring Boot application using Spring Cloud AWS. The article details the necessary configurations, best practices, IAM policy and integration testing with LocalStack and Testcontainers."
image: images/stock/0138-bucket-alternative-1200x628-branded.jpg
url: "spring-cloud-aws-s3"
url: "integrating-amazon-s3-with-spring-boot-using-spring-cloud-aws"
---

In modern web applications, storing and retrieving files has become a common requirement. Whether it is user uploaded content like images and documents or application generated logs and reports, having a reliable and scalable storage solution is crucial.
Expand Down
Loading