S3 lets objects be marked “infrequent access” which substantially reduces storage costs, provided they are read, well, infrequently . I estimate that the cost saving makes sense at <1 access per month. A bucket can have a policy added which automatically applies IA to existing objects after a write. The policy can be limited to specific object name patterns.
Does using this make sense with Kopia? IOW, do commands like snapshot
and maintenance run
read blobs all the time for deduplication or pruning reasons?