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

Does S3 sync executes copy in parallel? #4340

Closed
yudho opened this issue Jul 24, 2019 · 3 comments
Closed

Does S3 sync executes copy in parallel? #4340

yudho opened this issue Jul 24, 2019 · 3 comments
Assignees
Labels
guidance Question that needs advice or information. s3sync

Comments

@yudho
Copy link

yudho commented Jul 24, 2019

Does S3 Sync command execute necessary operations (e.g. cp) in parallel fashion?

@justnance justnance self-assigned this Jul 25, 2019
@justnance justnance added closing-soon This issue will automatically close in 4 days unless further comments are made. guidance Question that needs advice or information. s3sync labels Jul 25, 2019
@justnance
Copy link

@yudho - Thanks for asking. Yes, the S3 Sync command can execute in parallel. There is more information in our docs and a few related issues: #907, #1122, #905, and #658.

Let us know if this helps.

@yudho
Copy link
Author

yudho commented Jul 29, 2019

Awesome. Thank you

@yudho yudho closed this as completed Jul 29, 2019
@no-response no-response bot removed the closing-soon This issue will automatically close in 4 days unless further comments are made. label Jul 29, 2019
@arya-coding
Copy link

arya-coding commented Jul 20, 2020

Hi,

I cannot execute two aws sync operation in parallel. I'm trying to upload two folders to the same S3 Bucket that is in a different region than the EC2 with the files.
I tried with cp aswell.

Two case scenarios :

  • The first sync start and upload correctly. The second one is on hold and waiting for the first one to finish. They are both on different ssh session.
  • The first sync works, and the second, if I use the cp command, return the following error :

s3 upload failed need to rewind .... the stream but stream is not seekable

The version of AWS CLI

aws-cli/2.0.31 Python/3.7.3 Linux/5.3.0-1030-aws botocore/2.0.0dev35

The version of the OS

Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information. s3sync
Projects
None yet
Development

No branches or pull requests

3 participants