{"id":13678726,"url":"https://github.com/yegor256/s3auth","last_synced_at":"2025-04-06T02:10:22.867Z","repository":{"id":4372895,"uuid":"5509523","full_name":"yegor256/s3auth","owner":"yegor256","description":"Amazon S3 HTTP Basic Auth Gateway: put your files into S3 bucket and make them accessible with a login/password through a browser","archived":false,"fork":false,"pushed_at":"2024-04-30T23:00:54.000Z","size":2897,"stargazers_count":253,"open_issues_count":42,"forks_count":54,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-05-01T23:12:24.061Z","etag":null,"topics":["amazon-s3-bucket","amazon-web-services","aws","aws-s3","gateway","http-auth","http-authentication","java"],"latest_commit_sha":null,"homepage":"https://www.s3auth.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2012-08-22T13:05:16.000Z","updated_at":"2024-05-03T04:51:25.344Z","dependencies_parsed_at":"2024-04-17T00:27:31.625Z","dependency_job_id":"ec152c75-60cd-4fbc-abab-f289c6a4aa8d","html_url":"https://github.com/yegor256/s3auth","commit_stats":{"total_commits":952,"total_committers":20,"mean_commits":47.6,"dds":"0.37815126050420167","last_synced_commit":"01bccb4831e2e4e8b74237c665ab2e60cc1b29dd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fs3auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fs3auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fs3auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fs3auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/s3auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247423515,"owners_count":20936626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["amazon-s3-bucket","amazon-web-services","aws","aws-s3","gateway","http-auth","http-authentication","java"],"created_at":"2024-08-02T13:00:57.534Z","updated_at":"2025-04-06T02:10:22.843Z","avatar_url":"https://github.com/yegor256.png","language":"Java","funding_links":[],"categories":["Java","安全"],"sub_categories":[],"readme":"\u003cimg src=\"https://www.s3auth.com/images/logo.svg\" width=\"200px\" height=\"35px\"/\u003e\n\n[![EO principles respected here](https://www.elegantobjects.org/badge.svg)](https://www.elegantobjects.org)\n[![DevOps By Rultor.com](https://www.rultor.com/b/yegor256/s3auth)](https://www.rultor.com/p/yegor256/s3auth)\n[![We recommend IntelliJ IDEA](https://www.elegantobjects.org/intellij-idea.svg)](https://www.jetbrains.com/idea/)\n\n[![mvn](https://github.com/yegor256/s3auth/actions/workflows/mvn.yml/badge.svg)](https://github.com/yegor256/s3auth/actions/workflows/mvn.yml)\n[![Availability at SixNines](https://www.sixnines.io/b/9dcb)](https://www.sixnines.io/h/9dcb)\n[![PDD status](https://www.0pdd.com/svg?name=yegor256/s3auth)](https://www.0pdd.com/p?name=yegor256/s3auth)\n[![codecov](https://codecov.io/gh/yegor256/s3auth/branch/master/graph/badge.svg)](https://codecov.io/gh/yegor256/s3auth)\n[![Hits-of-Code](https://hitsofcode.com/github/yegor256/s3auth)](https://hitsofcode.com/view/github/yegor256/s3auth)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/s3auth/blob/master/LICENSE.txt)\n\n[s3auth.com](https://www.s3auth.com) is a Basic HTTP Auth gateway\nin front of your private Amazon S3 bucket. Read this blog post\nfor a more detailed explanation: [Basic HTTP Auth for S3 Buckets](http://www.yegor256.com/2014/04/21/s3-http-basic-auth.html).\n\nPoint your `test.example.com` CNAME to `relay.s3auth.com`,\nand register the domain in [s3auth.com](https://www.s3auth.com) web panel.\nYou will be able to access bucket's content in a browser with an HTTP basic auth.\nYour bucket will be accessible using your Amazon IAM credentials\nand with custom user/password pairs in your `.htpasswd` file\n(similar to Apache HTTP Server).\n\nFor example, try [http://maven.s3auth.com/](http://maven.s3auth.com/)\n(with username `s3auth` and password `s3auth`).\nYou will access content of Amazon S3 bucket `maven.s3auth.com`,\nwhich is not readable anonymously otherwise.\n\n## How to contribute\n\nFork repository, make changes, send us a pull request. We will review\nyour changes and apply them to the `master` branch shortly, provided\nthey don't violate our quality standards. To avoid frustration, before\nsending us your pull request please run full Maven build:\n\n```\n$ mvn clean install -Pqulice\n```\n\nTo avoid build errors use JDK 11+ and Maven 3.3+.\n\nTo run it locally:\n\n```\n$ mvn clean install -Phit-refresh -Dport=8080\n```\n\nYou will be able to open it at `http://localhost:8080`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fs3auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Fs3auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fs3auth/lists"}