s3-pit-restore
s3-pit-restore copied to clipboard
The new home for the s3-pit-restore tool!
Hello, I try to use the tool to restore a snapshot of a 2 teraBytes source bucket to a new empty one. First experimentations show a sync duration of about...
Hello, ### Description When restoring from one bucket to another, the script terminates when there is no "Versions" key found in the returned page response, therefore not all objects are...
Responses from the S3 ListObjectVersions API may have pages where the Versions list is not present because the DeleteMarkers list takes up the entire page. Fix that bug and rework...
This is the addition to the PR - #10 Added test case over the existing commit.
Let say we have a bucket with a file abc.jpg, with 3 versions of 2021-01-01, 2022-01-01 and 2023-01-01. Current version is 2023-01-01 and I want to restore to the 2022-01-01...
Hi all. I would like to know if I can import and use this tool from an AWS lambda function. If possible, could you give me a small example of...
Duplicate of https://github.com/angeloc/s3-pit-restore/issues/14 The `--sse` option doesn't work when installing from pip, resulting in error ``` s3-pit-restore: error: unrecognized arguments: --sse AES256 ``` Recommended solution is to clone this repo...
Hello. Is it possible to set endpoint-url, like we have in: aws s3api --endpoint-url="https://${YOUR_REGION}.digitaloceanspaces.com"
Hi, I'd like to suggest to add an option to restore **all** files that have been deleted from a bucket, but without the need to specify a date/range. It would...
The docker command in the README seems to be incorrect: `docker run -ti --rm --name=s3-pit-restore -v {$PWD}/restore:/tmp -e AWS_ACCESS_KEY_ID=[AWS_ACCESS_KEY_ID] -e AWS_SECRET_ACCESS_KEY=[AWS_ACCESS_KEY_ID] angelocompagnucci/s3-pit-restore:latest s3-pit-restore -b [Bucket] -p [Prefix] -d /tmp -t...