ios - aws multipart upload change token solution? -
I was trying to implement a multipart upload using the S3UploadPartRequest class. However, I was wondering how to deal with the following situation:
During the multilevel uploading, I change the token for some reasons like ExpiredToken and here is my question: do I upload or I still Should the working part start?
It shows that the part I have already uploaded is still working , I just need to upload them the rest.
Comments
Post a Comment