0

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.

boardrider
  • 5,882
  • 7
  • 49
  • 86

1 Answers1

2

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

The only contention might be for your bandwidth to S3.

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470