The GCS Transfer Service is a nice solution for regular transfer of data. What would the appropriate settings be to sync a bucket to another, where the destination bucket has the archive storage class?
One of my concerns is possible expensive operations on archive class objects, if the service is checking for identical objects. If, to avoid these checks, I just copy files daily that are new within the last 24 hours, how accurate is that timing -- can I miss a file due to timing jitter of several minutes on job start?