You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix failing in Ruby 2.2.3
By some reason it worked fine in 2.1.2, but not in 2.2.3
It seems like importing of aws-sdk is messed up, so we need
to help it a bit by importing EndpointProvider manually
Add parallel upload
Now we upload in 20 threads, it gets way faster with big projects.
Also, moved to aws-sdk official AWS SDK Ruby gem, because the old one
(aws-s3) was not thread-safe and worked incorrectly with parallel
uploads.