-
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
r/aws_storagegateway_smb_file_share: Only set OplocksEnabled
in the API if a value is specified in configuration
#20579
r/aws_storagegateway_smb_file_share: Only set OplocksEnabled
in the API if a value is specified in configuration
#20579
Conversation
…tewaySmbFileShare_OpLocksEnabled'.
OplocksEnabled
in the API a value is specified in configurationOplocksEnabled
in the API if a value is specified in configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 🎉 Odd sort of issue.
Acceptance tests in GovCloud:
--- SKIP: TestAccAWSStorageGatewaySmbFileShare_smb_acl (46.99s)
=== CONT TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess
--- SKIP: TestAccAWSStorageGatewaySmbFileShare_Authentication_ActiveDirectory (47.65s)
--- SKIP: TestAccAWSStorageGatewaySmbFileShare_AdminUserList (48.48s)
--- SKIP: TestAccAWSStorageGatewaySmbFileShare_InvalidUserList (53.28s)
--- SKIP: TestAccAWSStorageGatewaySmbFileShare_ValidUserList (54.37s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_disappears (343.75s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSEncrypted (362.41s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_FileShareName (366.10s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ReadOnly (372.11s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess (325.30s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_RequesterPays (374.81s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Tags (397.45s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_GuessMIMETypeEnabled (403.87s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_DefaultStorageClass (414.30s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ObjectACL (414.66s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSKeyArn (434.26s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_notificationPolicy (436.17s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_audit (452.23s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_accessBasedEnumeration (464.63s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_cacheAttributes (468.38s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_caseSensitivity (470.14s)
Acceptance tests on commercial (us-west-2
):
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess (275.98s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_disappears (295.31s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSEncrypted (321.95s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ObjectACL (336.62s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_DefaultStorageClass (345.90s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Tags (347.16s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_audit (347.35s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_GuessMIMETypeEnabled (353.25s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ReadOnly (372.94s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_caseSensitivity (392.43s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_notificationPolicy (392.76s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSKeyArn (398.18s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_cacheAttributes (399.74s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_accessBasedEnumeration (400.73s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_RequesterPays (441.27s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_FileShareName (323.98s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_ActiveDirectory (956.93s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_smb_acl (1046.19s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ValidUserList (1078.99s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_AdminUserList (1084.85s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_InvalidUserList (1194.17s)
This functionality has been released in v3.55.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. |
Community Note
Closes #20557.
Output from acceptance testing:
Without commenting out
TestAccAWSStorageGatewaySmbFileShare_OpLocksEnabled
:Commercial
GovCloud