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
I'm an R package developer and find this project is very useful. Thanks for the hard works!
Recently I realize there is an incorrect variable type in the yaml file. The maxResults in ECS yaml is defined as a string, but its true type should be an integer as AWS documentation states. The AWS server would not accept the string type maxResults as the request parameter and will reject my REST request. That's how I find this error.
From its source file I did not find any incorrect content, so this might be due to some bugs in the converter and might affect the other variables as well. I can fix this in my package but I think it would be better to report this to you.
Best,
Jiefei
The text was updated successfully, but these errors were encountered:
Hi,
I'm an R package developer and find this project is very useful. Thanks for the hard works!
Recently I realize there is an incorrect variable type in the yaml file. The
maxResults
in ECS yaml is defined as a string, but its true type should be an integer as AWS documentation states. The AWS server would not accept the string typemaxResults
as the request parameter and will reject my REST request. That's how I find this error.From its source file I did not find any incorrect content, so this might be due to some bugs in the converter and might affect the other variables as well. I can fix this in my package but I think it would be better to report this to you.
Best,
Jiefei
The text was updated successfully, but these errors were encountered: