From 567da3b60b3305c95bc6ed0319493050aaca6282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Crevon?= Date: Thu, 1 Jun 2023 14:36:56 +0200 Subject: [PATCH] Update docs/design/019-file-api.md Co-authored-by: Mihail Stoykov <312246+mstoykov@users.noreply.github.com> --- docs/design/019-file-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/019-file-api.md b/docs/design/019-file-api.md index 37f3ecf157be..5d0f350375b2 100644 --- a/docs/design/019-file-api.md +++ b/docs/design/019-file-api.md @@ -26,7 +26,7 @@ This is due to k6's design for distributed execution, particularly in the cloud. ### Requirements - The solution should allow file interaction during k6 script execution. -- The solution should resort to asynchronous operations as much as possible. +- The solution must use asynchronous operations. - The module should operate seamlessly in local and cloud setups. - The module should strive to optimize memory usage when handling files.