Skip to content

BB-999 Change expected error code during bucket creation

Boros Gábor requested to merge paulo/fix-bucket-already-owned into master

Created by: viadanna

Description

This is intended to fix the BucketAlreadyOwnedByYou error that's blocking deployments using AWS S3 zones other than US-EAST-1.

Testing

  1. Create an instance and set the AWS zone to something other than us-east-1, e.g. us-west-1.
  2. Provision an app server or run the reprovision_buckets management command and make sure S3 is provisioned correctly.
  3. Provision another app server or run the management command again, making sure it does not fail while reprovisioning the bucket. Instead it should mention `bucket already exists.

Merge request reports

Loading