{"id":16216012,"url":"https://github.com/tangledbytes/s3cli","last_synced_at":"2026-01-30T20:31:51.616Z","repository":{"id":59744267,"uuid":"534608665","full_name":"tangledbytes/s3cli","owner":"tangledbytes","description":"A stupid dumb and simple S3 API CLI","archived":false,"fork":false,"pushed_at":"2024-09-05T12:42:13.000Z","size":108,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-14T16:54:48.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tangledbytes.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":"2022-09-09T11:07:27.000Z","updated_at":"2024-09-05T12:42:18.000Z","dependencies_parsed_at":"2024-10-27T20:30:34.672Z","dependency_job_id":"f9cf2a30-1159-4c6c-aced-702639ecc74c","html_url":"https://github.com/tangledbytes/s3cli","commit_stats":null,"previous_names":["tangledbytes/s3cli","utkarsh-pro/s3cli"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/tangledbytes/s3cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangledbytes%2Fs3cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangledbytes%2Fs3cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangledbytes%2Fs3cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangledbytes%2Fs3cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tangledbytes","download_url":"https://codeload.github.com/tangledbytes/s3cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tangledbytes%2Fs3cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2024-10-10T11:17:42.596Z","updated_at":"2026-01-30T20:31:51.600Z","avatar_url":"https://github.com/tangledbytes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3CLI\nStupid simple S3 API CLI. All it let's you do is run ***any*** S3 API. You can pass files as well as input which are resolved automatically.\n\n## Install\n```\nbrew tap utkarsh-pro/utkarsh-pro\nbrew install s3cli\n```\n\n## Why?\nWanted to run `put-bucket-policy` on NooBaa endpoint and `aws s3api` just won't do it. Lookedup other alternatives and none of them satisfied the needs, so here it is.\n\n## How?\n```\n$ s3cli api --help\nRun any S3 API\n\nUsage:\n  s3cli api [flags]\n\nExamples:\n\n# Basic usage\n$ s3cli api --help\nRun any S3 API\n\nUsage:\n  s3cli api [flags]\n\nExamples:\n\n# Basic usage\ns3cli api --endpoint http://localhost:9000 --access-key noobaa --secret-key noobaa123 --params '{\"Bucket\": \"test\"}' ListObjects\n\n# File Params example - --file-params are merged with --params after file data expanstion\ns3cli api --endpoint http://localhost:9000 --access-key noobaa --secret-key noobaa123 --params '{\"Bucket\": \"test\"}' --file-params '{ \"Policy\": \"./policy.json\" }'  PutBucketPolicy\n\n# Anonymous usage\ns3cli api --endpoint http://localhost:9000 --anon --params '{\"Bucket\": \"test\"}' ListObjects\n\n\nFlags:\n      --access-key string    S3 access key\n      --anon                 S3 anonymous\n      --debug                S3 debug\n      --endpoint string      S3 endpoint\n      --file-params string   S3 api file params as JSON - gets merged with params after file resolution (default \"{}\")\n  -h, --help                 help for api\n  -o, --output string        Output format, one of: [go color json] (default \"json\")\n      --params string        S3 api params as JSON (default \"{}\")\n      --region string        S3 region (default \"us-east-1\")\n      --secret-key string    S3 secret key\n      --skip-ssl             S3 skip ssl\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangledbytes%2Fs3cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangledbytes%2Fs3cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangledbytes%2Fs3cli/lists"}