Skip to content
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

storagegateway: Rate limit error fix #25922

Merged
merged 3 commits into from
Jul 21, 2022
Merged

Conversation

YakDriver
Copy link
Member

@YakDriver YakDriver commented Jul 21, 2022

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #25917

Output from acceptance testing:

% make testacc TESTS=TestAccStorageGatewayGateway_GatewayType PKG=storagegateway 
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/storagegateway/... -v -count 1 -parallel 20 -run='TestAccStorageGatewayGateway_GatewayType'  -timeout 180m
--- PASS: TestAccStorageGatewayGateway_GatewayType_vtl (210.73s)
--- PASS: TestAccStorageGatewayGateway_GatewayType_stored (241.19s)
--- PASS: TestAccStorageGatewayGateway_GatewayType_cached (252.28s)
--- PASS: TestAccStorageGatewayGateway_GatewayType_fileS3 (281.62s)
--- PASS: TestAccStorageGatewayGateway_GatewayType_fileFSxSMB (472.15s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/storagegateway	473.423s

@github-actions github-actions bot added size/XS Managed by automation to categorize the size of a PR. service/storagegateway Issues and PRs that pertain to the storagegateway service. labels Jul 21, 2022
@github-actions github-actions bot added size/S Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Jul 21, 2022
@github-actions github-actions bot added size/M Managed by automation to categorize the size of a PR. and removed size/S Managed by automation to categorize the size of a PR. labels Jul 21, 2022
@YakDriver YakDriver merged commit af944d8 into main Jul 21, 2022
@YakDriver YakDriver deleted the b-storagegateway-rate-limits branch July 21, 2022 20:12
@github-actions github-actions bot added this to the v4.23.0 milestone Jul 21, 2022
github-actions bot pushed a commit that referenced this pull request Jul 21, 2022
@github-actions
Copy link

This functionality has been released in v4.23.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!

@github-actions
Copy link

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/storagegateway Issues and PRs that pertain to the storagegateway service. size/M Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

storagegateway: "The specified operation is not supported" for S3 File, FSx
1 participant