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
@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.
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
Does S3 Sync command execute necessary operations (e.g. cp) in parallel fashion?
The text was updated successfully, but these errors were encountered: