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

AWS executor uses multipart upload to copy script to S3 #712

Closed
pditommaso opened this issue May 21, 2018 · 0 comments
Closed

AWS executor uses multipart upload to copy script to S3 #712

pditommaso opened this issue May 21, 2018 · 0 comments

Comments

@pditommaso
Copy link
Member

The AWS Batch executor is using a multi-part upload api call to copy each job launcher and command script.

This api is designed to handle big files uploaded therefore it introduces an unnecessary overhead when uploading small files.

A regular putObject should be used instead.

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

No branches or pull requests

1 participant