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

AWSS3TransferManager: Cancel multipart upload is TODO #3

Closed
JohnLemberger opened this issue Jun 17, 2014 · 1 comment
Closed

AWSS3TransferManager: Cancel multipart upload is TODO #3

JohnLemberger opened this issue Jun 17, 2014 · 1 comment
Labels
feature-request Request a new feature

Comments

@JohnLemberger
Copy link

        if (fileSize > AWSS3TransferManagerMinimumPartSize) {
            //If using multipart upload, need to cancel current parts upload and send AbortMultiPartUpload Request.
            // TODO:
        } else {
@yosuke-matsuda
Copy link
Contributor

It's been addressed. Thanks.

@yosuke-matsuda yosuke-matsuda self-assigned this Jul 10, 2014
bambuh pushed a commit to Swivl/aws-sdk-ios that referenced this issue Jun 17, 2020
Merge branch 'master' into backgroundTransfer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature
Projects
None yet
Development

No branches or pull requests

2 participants