Skip to content
This repository has been archived by the owner on Aug 9, 2020. It is now read-only.

Recover from errors during multi-part upload #11

Open
chris1312 opened this issue Aug 31, 2015 · 2 comments
Open

Recover from errors during multi-part upload #11

chris1312 opened this issue Aug 31, 2015 · 2 comments

Comments

@chris1312
Copy link

Currently, script silently aborts upload if multi-part upload error happens: https://github.com/thephpleague/flysystem-aws-s3-v2/blob/master/src/AwsS3Adapter.php#L546.

I think upload process should not be aborted. The script should try to recover from errors and retry upload action.
See http://docs.aws.amazon.com/aws-sdk-php/v3/guide/service/s3-multipart-upload.html#recovering-from-errors

@josef-diazlop
Copy link

+1

@paulcanning
Copy link

Any updates on this?

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

No branches or pull requests

4 participants