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
Unfortunately
8a12083
did not really happen as the commit didn't include ./upstream and
patches changes due to human error.
I've reopened 5.17.0 upgrade ticket. The provider actually remains on
5.16.2 right now.
For the same reasons of go.sum conflict as in
#2817 upgrade-provider
continues unable to process these upgrades. I've started the process
manually here again for v5.16.2..v5.18.0.
Unfortunately we have a new problem here, upstream no longer compiles:
```
go build -v all
github.com/hashicorp/terraform-provider-aws/internal/service/s3legacy
# github.com/hashicorp/terraform-provider-aws/internal/service/s3legacy
internal/service/s3legacy/bucket_legacy.go:1425:35: meta.(*conns.AWSClient).S3ConnURICleaningDisabled undefined (type *conns.AWSClient has no field or method S3ConnURICleaningDisabled)
```
We will need another patch here to carefully test deletion on the S3
bucket legacy.
When complete it would be fixing:
- #2812
- #2822
Release details: https://github.com/hashicorp/terraform-provider-aws/releases/tag/v5.18.0
The text was updated successfully, but these errors were encountered: