Download of vol1 in validate_encryption_settings() fails when using S3 glacier
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Duplicity |
Fix Released
|
Low
|
Unassigned | ||
duplicity (Ubuntu) |
Fix Committed
|
Low
|
Unassigned |
Bug Description
Duplicity version: 0.8.12.1612
ubuntu 20.04 LTS
python 3.8.2
When i try to restart a backup which goes to S3 (via boto3) (use of: --s3-use-
Last full backup date: Wed Apr 29 17:45:32 2020
RESTART: Volumes 2 to 2 failed to upload before termination.
Restarting backup at volume 2.
Attempt 1 failed. ClientError: An error occurred (InvalidObjectS
Attempt 2 failed. ClientError: An error occurred (InvalidObjectS
This is because a file stored in glacier cannot be downloaded. I dont know if this known?
To solve this: either skip validate_
I fixed it for me with manully skipping the validate_
description: | updated |
no longer affects: | ubuntu |
Changed in duplicity: | |
milestone: | none → 0.8.14 |
status: | Triaged → Fix Committed |
Changed in duplicity (Ubuntu): | |
status: | New → Fix Committed |
importance: | Undecided → Low |
Changed in duplicity: | |
status: | Fix Committed → Fix Released |
Update: Actually, all actions which require read access to the destination are not possible when the objects have a glacier-like storage classe are not possible ...