Load the content of a file stored in S3 as a stream. If the s3ResourcePath is undefined, it will default to the workspace S3 resource.
letfileContentBlob = awaitwmill.loadS3FileStream(inputFile) // if the content is plain text, the blob can be read directly: console.log(awaitfileContentBlob.text());
Load the content of a file stored in S3 as a stream. If the s3ResourcePath is undefined, it will default to the workspace S3 resource.