{"id":24030608,"url":"https://github.com/ankitrajput0096/spring-boot-aws-s3","last_synced_at":"2026-04-13T19:32:32.540Z","repository":{"id":127705904,"uuid":"321095121","full_name":"ankitrajput0096/Spring-Boot-AWS-S3","owner":"ankitrajput0096","description":"Dockerized Spring Boot application integrated with AWS S3 to preform CRUD operation on files. Also, handles custom spring boot application using controllerAdvice.","archived":false,"fork":false,"pushed_at":"2020-12-25T09:16:21.000Z","size":14620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T03:45:40.702Z","etag":null,"topics":["aws","aws-s3","docker","docker-compose","postman","spring-boot"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankitrajput0096.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-13T15:21:38.000Z","updated_at":"2020-12-25T09:16:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f012a2b-559f-4c5d-a372-4ca6b43d72d1","html_url":"https://github.com/ankitrajput0096/Spring-Boot-AWS-S3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ankitrajput0096/Spring-Boot-AWS-S3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FSpring-Boot-AWS-S3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FSpring-Boot-AWS-S3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FSpring-Boot-AWS-S3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FSpring-Boot-AWS-S3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankitrajput0096","download_url":"https://codeload.github.com/ankitrajput0096/Spring-Boot-AWS-S3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankitrajput0096%2FSpring-Boot-AWS-S3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","aws-s3","docker","docker-compose","postman","spring-boot"],"created_at":"2025-01-08T17:45:27.540Z","updated_at":"2026-04-13T19:32:32.502Z","avatar_url":"https://github.com/ankitrajput0096.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integration of Spring boot application with AWS S3 \n\nDockerized Spring Boot application integrated with AWS S3 to preform CRUD operation on files.\nAlso, handles custom spring boot application using controllerAdvice.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development purposes. See running for notes on how to run the project on a system.\n\n### Prerequisites\n\n1. Clone the project to your local environment:\n    ```\n    git clone https://github.com/ankitrajput0096/Spring-Boot-AWS-S3\n    ```\n\n2. You need maven installed on your environment:\n\n    #### Mac (homebrew):\n    \n    ```\n    brew install maven\n    ```\n    #### Ubuntu:\n    ```\n    sudo apt-get install maven\n    ```\n\n3. You need Docker to be installed:\n\n    #### Windows:\n    https://download.docker.com/win/stable/Docker%20for%20Windows%20Installer.exe\n    \n    #### Mac:\n    https://download.docker.com/mac/stable/Docker.dmg\n    \n    #### Ubuntu:\n    https://docs.docker.com/install/linux/docker-ce/ubuntu/\n\n### NOTE\nPlease create a S3 bucket first and then update the details of the bucket in application.properties of\n the spring boot application. Properties you need to add are `region`, `accesskey` and `secretKey`.\n\n### Installing\n\nOnce you have maven and docker installed on your environment, install the project dependencies via:\n\n```\nmvn install\n```\n\nBuild docker Image:\n\n```\ndocker-compose build\n```\n\n## Running\n\nStart docker:\n```\ndocker-compose up\n```\n\nOr Run the application from the `Application.java` main method directly,\nOr from a command line:\n```\nmvn spring-boot:run\n```\n\nYour server should be now running on http://localhost:8080\n\n## Get access to all exposed API's with Postman\n\n1. Install Postman (https://www.getpostman.com)\n2. Import Postman collection from the `Spring_boot_S3_application.postman_collection.json` file\n3. Enjoy !!\n\n## Built With\n\n* [Spring Boot](https://spring.io/projects/spring-boot) - Spring Boot 2\n* [Maven](https://maven.apache.org/) - Dependency Management\n* [Docker](https://www.docker.com/) - For containerization of application\n\n## Contributing\n\nIf you have any improvement suggestions please create a pull request and I'll review it.\n\n\n## Authors\n\n* **Ankit Rajput** - *Initial work* - [Github](https://github.com/ankitrajput0096)\n\n## License\n\nThis project is licensed under the MIT License\n\n## Acknowledgments\n\n* Big thanks to Pivotal for Spring Boot framework, love it!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Fspring-boot-aws-s3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankitrajput0096%2Fspring-boot-aws-s3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankitrajput0096%2Fspring-boot-aws-s3/lists"}