Skip to content

Commit

Permalink
Update examples/aws-nodejs/public/withCustomEndpoints.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 authored Jun 20, 2024
1 parent 12b6576 commit a5138ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-nodejs/public/withCustomEndpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>AWS upload example</h1>
id: 'myAWSPlugin',

// Files that are more than 100MiB should be uploaded in multiple parts.
shouldUseMultipart: true,
shouldUseMultipart: (file) => file.size > 100 * MiB,

// ========== Non-Multipart Uploads ==========

Expand Down

0 comments on commit a5138ac

Please sign in to comment.