Part of https://linear.app/comm/issue/ENG-2688/backup-service-reuse-single-blob-client-instance
Renamed PutClient to BlobUploader, because this name is more accurate - these instances are not clients, but rather single RPC call instances. Also, old name could easily be confused with real Blob Client instance, introduced in further diffs.
Depends on D6382