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
Thanks for your post. Yes, you are correct. The transfer manager doesn't return anything from the responses of the API calls used to complete an upload. One issue is that the response would be different depending on the upload method, if it was a single small object using PutObject or a larger one using a multi-part upload.
There is an existing feature request here for a different part of the response, I'm going to close this issue and mark it as a duplicate of that one.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
I want to upload a file and then get the VersionId.
With
put_object
the return value includesVersionId
.With
upload_fileobj
it doesn't includeVersionId
. In fact,upload_fileobj
returns nothing at all.I would like
upload_*
to return the same response asput_object
.Note that if I do a upload_fileobj then head_object, that's not atomic, so it's not guaranteed that the version id is the one for my upload.
The text was updated successfully, but these errors were encountered: