Skip to content

Add retries to S3 bucket creation

Rocio requested to merge rocio/s3-retry into master

I've added retries to the s3 bucket creation, IAM keys may take a bit to be propagated across amazon servers after they are created.

Testing

1- Create a new instance with AWS enabled and a spawn a new app server, check that bucket is created (check the number of attempts that were done, there should be logs about this).

Merge request reports