我正在尝试刷新与 S3 存储桶关联的文件共享的缓存。
运行后:
aws storagegateway refresh-cache --file-share-arn arn:aws:storagegateway:<region>:<account>:share/share-<file-share-id>
我收到以下错误:
An error occurred (InvalidGatewayRequestException) when calling the RefreshCache operation: Too many requests have been sent to server.
我从控制台或 Lambda 函数收到相同的错误。
可能是什么问题?
提前致谢。