Track upload progress for put_object
#1322
-
Is there a way of tracking the upload progress (one use case is showing a progress bar) when doing |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No there is no built-in way to do this. You can emulate it potentially by wrapping the input stream you give the SDK and updating progress as the data is read (however streams may be read multiple times for checksums for instance). What you're looking for is most likely to be added to the Transfer Manager library. There is already an issue for it but no ETA on when it will be supported. |
Beta Was this translation helpful? Give feedback.
No there is no built-in way to do this. You can emulate it potentially by wrapping the input stream you give the SDK and updating progress as the data is read (however streams may be read multiple times for checksums for instance).
What you're looking for is most likely to be added to the Transfer Manager library. There is already an issue for it but no ETA on when it will be supported.