https://github.com/hendisantika/springboots3bucket
Spring Boot S3 Bucket
https://github.com/hendisantika/springboots3bucket
Last synced: about 2 months ago
JSON representation
Spring Boot S3 Bucket
- Host: GitHub
- URL: https://github.com/hendisantika/springboots3bucket
- Owner: hendisantika
- Created: 2021-01-23T17:08:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T23:03:21.000Z (2 months ago)
- Last Synced: 2025-04-13T00:11:57.784Z (about 2 months ago)
- Language: Java
- Size: 575 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBootS3Bucket
# spring-boot-thymeleaf-aws-s3
### Things to do list:
1. Clone this repository: `git clone https://github.com/hendisantika/SpringBootS3Bucket.git`
2. Go inside the folder: `cd SpringBootS3Bucket`
3. Change AWS Access Key & Secret Key in application.yml
4. Run the application: `mvn clean spring-boot:run`
5. Add policy statement:```json
{
"Id": "Policy1611359479753",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1611359470980",
"Action": [
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::springboot-s3-demo1/*",
"Principal": "*"
}
]
}
```### Images Screen shot
Upload File

Delete File

AWS S3 Files
