{"id":20522214,"url":"https://github.com/paritoshbh/s3-explorer","last_synced_at":"2026-02-21T19:33:49.723Z","repository":{"id":136997271,"uuid":"574260303","full_name":"ParitoshBh/s3-explorer","owner":"ParitoshBh","description":"GUI for browsing S3 buckets, to facilitate local development. Currently tested against localstack \u0026 MinIO.","archived":false,"fork":false,"pushed_at":"2025-04-10T00:58:27.000Z","size":892,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-19T18:05:19.446Z","etag":null,"topics":["browser","explorer","gui","s3"],"latest_commit_sha":null,"homepage":"","language":"Handlebars","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/ParitoshBh.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,"zenodo":null}},"created_at":"2022-12-04T22:36:19.000Z","updated_at":"2025-04-10T00:58:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"acc359ac-a6e8-4e47-99f3-3f0a6df9ddbd","html_url":"https://github.com/ParitoshBh/s3-explorer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ParitoshBh/s3-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParitoshBh%2Fs3-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParitoshBh%2Fs3-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParitoshBh%2Fs3-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParitoshBh%2Fs3-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParitoshBh","download_url":"https://codeload.github.com/ParitoshBh/s3-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParitoshBh%2Fs3-explorer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29691045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":["browser","explorer","gui","s3"],"created_at":"2024-11-15T22:34:33.184Z","updated_at":"2026-02-21T19:33:49.718Z","avatar_url":"https://github.com/ParitoshBh.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @smblitz/s3explorer\n\nGUI for browsing S3 buckets, to facilitate local development. Currently tested against [localstack](https://github.com/localstack/localstack) and [MinIO](https://github.com/minio/minio).\n\n![Bucket List](screenshots/bucket_list.png)\n![Object Actions](screenshots/object_actions.png)\n\n## Using Package\n\nTo run the package using `npx` run following command,\n\n```sh\n# export variable that'll be used by package\nexport S3_ENDPOINT=\nexport S3_ACCESS_KEY_ID=\nexport S3_SECRET_ACCESS_KEY=\n\n# finally run the package directly using npx\nnpx @smblitz/s3explorer\n```\n\n### Supported Environment Variables\n\n- PORT (optional, application port, defaults to `3000`)\n- S3_REGION (optional, default `us-east-1`)\n- S3_ENDPOINT (required)\n- S3_ACCESS_KEY_ID (required)\n- S3_SECRET_ACCESS_KEY (required)\n\n## Dev Setup\n\nIf you'd like to contribute to the package,\n\n1. Clone this repository\n1. If you have Visual Studio Code installed, open the cloned repository in it and it'll prompt you to open in container.\n1. Once in container, run the package locally using following command in dev container,\n   ```sh\n    # export variable that'll be used by package\n    export S3_ENDPOINT=http://s3:4566\n    export S3_ACCESS_KEY_ID=1234\n    export S3_SECRET_ACCESS_KEY=1234\n\n    # start in watch mode\n    npm run nodemon\n   ```\n\nIf you'd like to populate Localstack S3 container (started when you open this repository in Visual Studio Code) with fake data then run following,\n```js\nnpm run populateS3\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitoshbh%2Fs3-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparitoshbh%2Fs3-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparitoshbh%2Fs3-explorer/lists"}