Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to abort [AZSCloudBlob uploadFromStream:...]? #94

Open
miguelwicht opened this issue Feb 25, 2019 · 1 comment
Open

Is it possible to abort [AZSCloudBlob uploadFromStream:...]? #94

miguelwicht opened this issue Feb 25, 2019 · 1 comment

Comments

@miguelwicht
Copy link

Hello,

is it possible to abort an upload?

I am using the following method:

(void)uploadFromStream:(NSInputStream *)sourceStream accessCondition:(AZSNullable AZSAccessCondition *)accessCondition requestOptions:(AZSNullable AZSBlobRequestOptions *)requestOptions operationContext:(AZSNullable AZSOperationContext *)operationContext completionHandler:(void (^)(NSError* __AZSNullable))completionHandler;

and I would like to be able to abort the upload (e.g. a user might want to stop the upload) but I can't find any method that looks like it provides this functionality.

Which version of the SDK/iOS was used?

v0.2.6

@iDhaval
Copy link

iDhaval commented Aug 27, 2020

@miguelwicht have you got any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants