{"id":19527626,"url":"https://github.com/bugfender/s3-version-restore","last_synced_at":"2025-02-26T02:26:11.265Z","repository":{"id":191665525,"uuid":"685102201","full_name":"bugfender/s3-version-restore","owner":"bugfender","description":"Point-in-time recovery of an S3 bucket","archived":false,"fork":false,"pushed_at":"2023-08-30T14:39:43.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-08T16:02:35.975Z","etag":null,"topics":["aws-s3"],"latest_commit_sha":null,"homepage":"","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/bugfender.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-08-30T14:18:07.000Z","updated_at":"2024-05-26T12:50:34.000Z","dependencies_parsed_at":"2023-08-31T02:25:10.994Z","dependency_job_id":null,"html_url":"https://github.com/bugfender/s3-version-restore","commit_stats":null,"previous_names":["bugfender/s3-version-restore"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfender%2Fs3-version-restore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfender%2Fs3-version-restore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfender%2Fs3-version-restore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugfender%2Fs3-version-restore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugfender","download_url":"https://codeload.github.com/bugfender/s3-version-restore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240779316,"owners_count":19856164,"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":["aws-s3"],"created_at":"2024-11-11T01:15:48.264Z","updated_at":"2025-02-26T02:26:11.225Z","avatar_url":"https://github.com/bugfender.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S3 Version Restore\n\nPoint-in-time recovery of an S3 bucket.\n\nThis tool iterates over all objects in a bucket and restores versions at a given timestamp.\n\n## How it works\n\nIt modifies the version information in place, so objects are never downloaded/uploaded.\n\nVersion information is always added, so information is never lost. Object versions are restored by creating a new \nversion with the desired contents.\n\nIt is safe to use multiple times to restore different time points.\n\n## Environment variables\n\nYou can use [AWS standard environment variables](https://github.com/aws/aws-sdk-go-v2/blob/main/config/env_config.go#L4).\nYou will typically want to declare `AWS_ACCESS_KEY_ID` and `AWS_ACCESS_KEY`.\n\nYou can also define `AWS_ENDPOINT_URL_S3` to specify a custom S3 endpoint.\n\nNote: [endpoint URLs are currently specified](https://docs.aws.amazon.com/sdkref/latest/guide/feature-ss-endpoints.html) but the Go AWS SDK does not implement them, so we implement `AWS_ENDPOINT_URL_S3`.\n\n## Building\n\n```\ngo build\n```\n\nThere is also a `build.sh` file to build for multiple platforms.\n\n## Support\n\nThis tool is open source and free to use (see `LICENSE`), but you can get commercial \nsupport from Beenario GmbH for a fee. Contact us if you're interested.\n\n## Acknowledgements\n\nThe inspiration for this tool came from [angeloc/s3-pit-restore](https://github.com/angeloc/s3-pit-restore/), although it didn't work for our use case.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfender%2Fs3-version-restore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugfender%2Fs3-version-restore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugfender%2Fs3-version-restore/lists"}