{"id":16151216,"url":"https://github.com/stefansundin/s3verify","last_synced_at":"2025-09-09T05:45:21.075Z","repository":{"id":57352065,"uuid":"482447455","full_name":"stefansundin/s3verify","owner":"stefansundin","description":"Verify that a local file is identical to an object on Amazon S3, without having to download the object. :detective:","archived":false,"fork":false,"pushed_at":"2024-09-06T17:42:10.000Z","size":54,"stargazers_count":11,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T18:51:45.492Z","etag":null,"topics":["amazon-s3","aws","integrity-checker"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefansundin.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-04-17T06:38:11.000Z","updated_at":"2024-12-12T07:47:18.000Z","dependencies_parsed_at":"2024-06-21T09:54:54.795Z","dependency_job_id":"b6458622-19d1-474c-85ba-6436277f05f4","html_url":"https://github.com/stefansundin/s3verify","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stefansundin/s3verify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Fs3verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Fs3verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Fs3verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Fs3verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefansundin","download_url":"https://codeload.github.com/stefansundin/s3verify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefansundin%2Fs3verify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274250508,"owners_count":25249396,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["amazon-s3","aws","integrity-checker"],"created_at":"2024-10-10T00:55:07.683Z","updated_at":"2025-09-09T05:45:21.048Z","avatar_url":"https://github.com/stefansundin.png","language":"Go","readme":"s3verify is a program that can verify that a local file is identical to an object on Amazon S3, without having to download the object.\n\nThe S3 objects must be uploaded using the [Additional Checksum Algorithms feature released in February 2022](https://aws.amazon.com/blogs/aws/new-additional-checksum-algorithms-for-amazon-s3/). For objects that weren't uploaded using that you might find [s3sha256sum](https://github.com/stefansundin/s3sha256sum) useful instead.\n\n## Installation\n\nYou can download precompiled binaries [from the releases section](https://github.com/stefansundin/s3verify/releases/latest).\n\nIf you prefer to compile from source (or to use unreleased features), you can install using `go install`:\n\n```\ngo install github.com/stefansundin/s3verify@latest\n```\n\n## Usage\n\n```\n$ s3verify --help\nUsage: s3verify [options] \u003cLocalPath\u003e \u003cS3Uri\u003e\nLocalPath can be - for stdin.\nS3Uri must have the format s3://\u003cbucketname\u003e/\u003ckey\u003e.\n\nOptions:\n      --ca-bundle string      The CA certificate bundle to use when verifying SSL certificates.\n      --debug                 Turn on debug logging.\n      --endpoint-url string   Override the S3 endpoint URL. (for use with S3 compatible APIs)\n  -h, --help                  Show this help.\n      --no-sign-request       Do not sign requests. This does not work with Amazon S3, but may work with other S3 APIs.\n      --no-verify-ssl         Do not verify SSL certificates.\n      --profile string        Use a specific profile from your credential file.\n      --region string         The region to use. Overrides config/env settings. Avoids one API call.\n      --use-path-style        Use S3 Path Style.\n      --version               Print version number.\n      --version-id string     Version ID used to reference a specific version of the S3 object.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Fs3verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefansundin%2Fs3verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefansundin%2Fs3verify/lists"}