You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MultipleFileDownload does not seem to define an analogous method. Is it possible to otherwise access the SubTransfers of MultipleFileDownload and if not, would it be possible to add getSubTransfers() to MultipleFileDownload?
Is there a recommended way of accessing the SubTransfers of MultipleFileDownload (specifically key and version of each downloaded object)?
The text was updated successfully, but these errors were encountered:
c-n-d
changed the title
MultipleFileDownload does not provide a getSubTransfers()
MultipleFileDownload does not provide a getSubTransfers() method
Jul 22, 2016
Hi @c-n-d, the SDK team has reviewed the feature request list for V1, and since they're concentrating efforts on V2 new features they decided to not implement this one in V1. It's still being considered for the TransferManager refactor in V2, see the referenced issue above. I'll go ahead and close this.
Please feel free to comment on the V2 issue with your use case, and reach out if you have further questions.
Hi Team,
The MultipleFileUpload interface defines a method for accessing the underlying transfers:
getSubTransfers()
is implemented by MultipleFileUploadImpl:MultipleFileDownload does not seem to define an analogous method. Is it possible to otherwise access the SubTransfers of MultipleFileDownload and if not, would it be possible to add
getSubTransfers()
to MultipleFileDownload?Is there a recommended way of accessing the SubTransfers of MultipleFileDownload (specifically key and version of each downloaded object)?
The text was updated successfully, but these errors were encountered: