{"id":19818729,"url":"https://github.com/sloppycoder/s3-utils","last_synced_at":"2026-06-12T17:31:07.897Z","repository":{"id":216649481,"uuid":"741900968","full_name":"sloppycoder/s3-utils","owner":"sloppycoder","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-18T15:39:55.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-28T20:01:41.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sloppycoder.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":"2024-01-11T10:48:51.000Z","updated_at":"2024-01-11T10:49:13.000Z","dependencies_parsed_at":"2024-01-11T17:23:07.411Z","dependency_job_id":"f49262f5-1817-4ff5-a715-5794e693284a","html_url":"https://github.com/sloppycoder/s3-utils","commit_stats":null,"previous_names":["sloppycoder/s3-utils"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sloppycoder/s3-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloppycoder%2Fs3-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloppycoder%2Fs3-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloppycoder%2Fs3-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloppycoder%2Fs3-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sloppycoder","download_url":"https://codeload.github.com/sloppycoder/s3-utils/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sloppycoder%2Fs3-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34256180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"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":[],"created_at":"2024-11-12T10:16:43.954Z","updated_at":"2026-06-12T17:31:07.878Z","avatar_url":"https://github.com/sloppycoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Utilites for working with AWS S3 objects\n\n```shell\n\n# extract data from S3 objects and store them into a JSON file for later use\npython get_file_list.py --prefix=\"video/\" --bucket=brick.vino9.net --output=video_file_list.json\n\n# compare the file listed in input file and check if the corresponding local file exists and is of the same size\npython check_files.py --input=video_file_list.json --base=/volume1/media\n\n# using bulk delete API to delete objects from S3 bucket quickly\npython bulk_del.py --bucket=brick.vino9.net --prefix=blackhole/old\n\n```\n\n## AWS CLI for restore files from Glacier\n\n```shell\n\n# get a list of files\naws s3api list-objects --bucket bucket_name_ --query 'Contents[].Key' --prefix=\"prefix/\" | jq -r '.[]' \u003e obj_list.txt\n\n# check the restore status for objects in a list, initiate restore if it is yet to start\n./restore_status \u003c obj_list.txt\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloppycoder%2Fs3-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsloppycoder%2Fs3-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsloppycoder%2Fs3-utils/lists"}