-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
service-dms-endpoint-s3Settings-compressionType is no longer supported for source endpoints #27980
Conversation
Remove default value of "NONE" for dms endpoint S3 compression. Source s3 endpoints no longer support compressionType. When not set, the aws default is no compression. This allows the target to continue to define a compressionType while source endpoints can get around the bug by not setting a value for this property. The only other work around is change source endpoint to target deploy and the change it back to source, which is not ideal.
…et-S3-compressionType-not-supported Update endpoint.go
Community NoteVoting for Prioritization
For Submitters
|
Do we have an ETA when this will be released? |
Thank you so much for your work on this and interest! 🎉 Unfortunately, this fix would not be sufficient.
In order to address these problems and additional continuing challenges with the deprecation of extra connection attributes, we have created a new resource |
This functionality has been released in v4.45.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Remove default value of "NONE" for dms endpoint S3 compression. Source s3 endpoints no longer support compressionType. When not set, the aws default is no compression. This allows the target to continue to define a compressionType while source endpoints can get around the bug by not setting a value for this property. The only other work around is change source endpoint to target, deploy and the change it back to source and deploy, for each dms task, which is not ideal.
Relations
Relates #27852
References
#27283