Hi,
I've got an object in AWS s3 that is using Intelligent-Tiering and has been moved to Archive Access tier. So it's storage class is Intelligent-Tiering and Access tier is Deep Archive Access.
Now, when I try to copy this object to another bucket (I'm using rclone 1.67.0), I get:
Failed to copy: multi-thread copy: failed to open source: Object in GLACIER, restore first: bucket="<redacted bucket>", key="<redacted key>"
When I try to use rclone backed restore
I get for the object:
"Status": "Not GLACIER or DEEP_ARCHIVE storage class"
So, it seems rclone doesn't support restoring from Inteligent Tiering Deep Archive. Am I right that it's a missing feature? I guess it should be quite easy to add, as the same AWS API is used as for restoring from Glacier/Deep Archive (you just cannot specify lifetime as it's automatically managed).
Thank you!
Paweł