perfectsense / gyro-aws-provider

AWS Provider for Gyro cloud automation tool.
https://gyro.dev/providers/aws/
Apache License 2.0
8 stars 1 forks source link

S3 should not error out when trying to load accelerate configs #610

Closed harjain99 closed 1 year ago

harjain99 commented 1 year ago

Fixes: #609

Accelerate configs are not available in certain regions and since we load it every time, it throws an error regardless of whether it's configured. This bypass the error in certain conditions.