boardrider
boardrider

Reputation: 6185

Can two s3cmd put commands run concurrently without adverse results?

Can two s3cmd put commands[1] run concurrently to the same AWS/S3 bucket - without adverse reprocussions[2]?


[1] Say, one runs manually, and then one from crontab joins.
[2] E.g., file corruption on the S3 bucket.

Upvotes: 0

Views: 101

Answers (1)

John Rotenstein
John Rotenstein

Reputation: 269320

Amazon S3 can handle plenty of concurrent connections. You won't have a problem.

The only contention might be for your bandwidth to S3.

Upvotes: 2

Related Questions