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
When trying to deploy DVSA I encountered an error with the S3 Bucket Permissions, I kept getting 403s, I believe I have fixed the issue by fixing the references to the S3 buckets. I believe since the buckets referenced in the policies were done by a function there was a race condition where the permission policy would attempt to be created before the S3 bucket was finished creating.
I swapped the reference to the actual buckets in the Cloudformation template and it appears to be working now.
The text was updated successfully, but these errors were encountered:
When trying to deploy DVSA I encountered an error with the S3 Bucket Permissions, I kept getting 403s, I believe I have fixed the issue by fixing the references to the S3 buckets. I believe since the buckets referenced in the policies were done by a function there was a race condition where the permission policy would attempt to be created before the S3 bucket was finished creating.
I swapped the reference to the actual buckets in the Cloudformation template and it appears to be working now.
The text was updated successfully, but these errors were encountered: