-
Notifications
You must be signed in to change notification settings - Fork 0
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
Size and count validation for AppendInput
#61
Milestone
Comments
Yup, that's reasonable. |
vrongmeal
added a commit
that referenced
this issue
Nov 18, 2024
Resolves: #61 Signed-off-by: Vaibhav Rabber <[email protected]>
Re-opening due to #65 (comment) |
vrongmeal
added a commit
that referenced
this issue
Nov 20, 2024
Resolves: #61 Signed-off-by: Vaibhav Rabber <[email protected]>
vrongmeal
added a commit
that referenced
this issue
Nov 20, 2024
Resolves: #61 Signed-off-by: Vaibhav Rabber <[email protected]>
vrongmeal
added a commit
that referenced
this issue
Nov 20, 2024
Resolves: #61 Signed-off-by: Vaibhav Rabber <[email protected]>
vrongmeal
added a commit
that referenced
this issue
Nov 20, 2024
Resolves: #61 Signed-off-by: Vaibhav Rabber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting to
api::AppendInput
, validate that there are no more than 1000 records and 1MiB of metered size in total. Exceeding this would be rejected by the service, but there is no point making the request.The text was updated successfully, but these errors were encountered: