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

Feature/fs 980 multiparts upload #19

Merged
merged 4 commits into from May 25, 2017
Merged

Conversation

hueyl77
Copy link
Contributor

@hueyl77 hueyl77 commented May 24, 2017

  1. Modified upload() function to use multipart uploads at endpoint https://upload.filestackapi.com

  2. You can tweak the multipart chunk size and number of concurrent jobs by modifying:

FilestackConfig::UPLOAD_CHUNK_SIZE
FilestackConfig::UPLOAD_CONCURRENT_JOBS

  1. Got rid of all the attribute checks in FilestackConfig. We'll just rely on error messages from api instead for invalid attributes, no need to maintain another json reference.

  2. Got rid of createUrl() function in FilestackConfig. It is unnecessary, the function calls will build the URLs themselves.

@coveralls
Copy link

coveralls commented May 24, 2017

Coverage Status

Coverage decreased (-0.1%) to 99.861% when pulling b34a7b5 on feature/FS-980-multiparts-upload into 4458b5d on develop.

@hueyl77 hueyl77 force-pushed the feature/FS-980-multiparts-upload branch from b34a7b5 to 3525898 Compare May 24, 2017 21:58
@coveralls
Copy link

coveralls commented May 24, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling 3525898 on feature/FS-980-multiparts-upload into 4458b5d on develop.

@hueyl77 hueyl77 requested review from kyuss and velveteer May 24, 2017 22:04
@hueyl77 hueyl77 merged commit 5f59f60 into develop May 25, 2017
@hueyl77 hueyl77 deleted the feature/FS-980-multiparts-upload branch May 31, 2017 16:11
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

Successfully merging this pull request may close these issues.

None yet

2 participants