{"id":18247616,"url":"https://github.com/alukianov63/spring-files-storage","last_synced_at":"2026-04-17T03:02:37.197Z","repository":{"id":193905856,"uuid":"689691556","full_name":"aLukianov63/spring-files-storage","owner":"aLukianov63","description":"Example of file storage REST API, with local machine implementation and S3 bucket","archived":false,"fork":false,"pushed_at":"2023-11-30T19:27:24.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T19:43:14.519Z","etag":null,"topics":["file-server","java","postgresql","rest-api","s3-bucket","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aLukianov63.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-09-10T16:00:31.000Z","updated_at":"2023-09-18T18:05:32.000Z","dependencies_parsed_at":"2024-11-05T09:44:21.533Z","dependency_job_id":null,"html_url":"https://github.com/aLukianov63/spring-files-storage","commit_stats":null,"previous_names":["alukianov63/spring-files-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aLukianov63/spring-files-storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aLukianov63%2Fspring-files-storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aLukianov63%2Fspring-files-storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aLukianov63%2Fspring-files-storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aLukianov63%2Fspring-files-storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aLukianov63","download_url":"https://codeload.github.com/aLukianov63/spring-files-storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aLukianov63%2Fspring-files-storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31913078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["file-server","java","postgresql","rest-api","s3-bucket","spring-boot"],"created_at":"2024-11-05T09:32:21.332Z","updated_at":"2026-04-17T03:02:37.161Z","avatar_url":"https://github.com/aLukianov63.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spring Boot files server\n\nExample of file storage REST API, with local machine implementation and S3 bucket\n\n## 🚧 Common setup\n\nClone the repo and install the dependencies.\n\n```bash\ngit clone https://github.com/aLukianov63/spring-files-storage.git\n```\n\n## 🗃️ Requirements\n\n* Spring Boot\n    * Spring WEB\n    * Spring Data JPA\n* PostrgreSQL Driver\n* AWS SDK For Java\n* Apache Commons IO\n* Lombok\n\n## ⚗️ OpenAPI\n\nOpen Swagger ui page at `http://localhost:8080/swagger-ui/index.html`\n\n![img.png](swagger.png)\n\n## 🛠️ Configuration\n\n```yaml\nspring:\n  datasource:\n    url: jdbc:postgresql://\u003chost\u003e:\u003cport\u003e/\u003cdatabase-name\u003e\n    username: \u003cusername\u003e\n    password: \u003cpassword\u003e\n    driver-class-name: org.postgresql.Driver\n  jpa:\n    hibernate:\n      ddl-auto: update\n    show-sql: false\n    properties:\n      hibernate:\n        format_sql: true\n    database: postgresql\n    database-platform: org.hibernate.dialect.PostgreSQLDialect\n  servlet:\n    multipart:\n      max-file-size: 20MB\n      max-request-size: 20MB\n\nfile-storage:\n  local:\n    directory: \u003clocal path\u003e\n  s3:\n    endpoint: \u003cendpoint\u003e\n    region: \u003cregion\u003e\n    access-key: \u003caccess-key\u003e\n    secret-key: \u003csecret-key\u003e\n    bucket-name: \u003cbucket-name\u003e\n```\n\n## 📝 License\n\nDistributed under the MIT license. See `LICENSE` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falukianov63%2Fspring-files-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falukianov63%2Fspring-files-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falukianov63%2Fspring-files-storage/lists"}