Hello Restic community!
Firstly, thanks everyone involved in this beautiful piece of software!
I would like to kindly ask, how does restic handle INTELLIGENT_TIERING objects if they are moved after 90 or 180 days to Archive or Deep Archives access tiers.
This is from AWS:
Once you have activated one or both of the archive access tiers, S3 Intelligent-Tiering will move objects that haven’t been accessed for 90 consecutive days to the Archive Access tier and then after 180 consecutive days of no access to the Deep Archive Access tier. If the objects are accessed later, S3 Intelligent-Tiering moves the objects back to the Frequent Access tier. If the object you are retrieving is stored in the Archive or Deep Archive tiers, before you can retrieve the object you must first restore a copy using RestoreObject. For information about restoring archived objects, see Restoring Archived Objects.
I would like to make it clear for everyone if there is something we need to do before using INTELLIGENT_TIERING with automatic Archive and Deep Archives tiers.
I know restic needs direct access to data (so Glacier and Glacier Deep are out of question), but it is not clear to me, if through INTELLIGENT_TIERING object setting restic can handle Archive or Deep Archives access objects?
Or did I misunderstand something about AWS S3 Intelligent Tiering?