AWS Deadline Cloud uses this transfer manager to sync assets in and out of S3 as part of its service. The library is on GitHub: https://github.com/aws-deadline/deadline-cloud
We store object metadata on some files that we need to access while processing large numbers of files. Currently, we make a HEAD calla after downloading the file with the transfer manager, but it'd be great to get the headers back from one of the GET requests that we're already performing as part of the object download.
Feature request: make the object metadata available after downloading a file.
AWS Deadline Cloud uses this transfer manager to sync assets in and out of S3 as part of its service. The library is on GitHub: https://github.com/aws-deadline/deadline-cloud
We store object metadata on some files that we need to access while processing large numbers of files. Currently, we make a HEAD calla after downloading the file with the transfer manager, but it'd be great to get the headers back from one of the GET requests that we're already performing as part of the object download.
Feature request: make the object metadata available after downloading a file.