From 4b82d2f655ba4874c4b95b38d96eb3b690c976b8 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Thu, 15 Aug 2024 09:52:42 +0200 Subject: [PATCH] Embed in note. --- protocols/s3/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protocols/s3/index.md b/protocols/s3/index.md index 8c0c439c..788ff49c 100644 --- a/protocols/s3/index.md +++ b/protocols/s3/index.md @@ -515,8 +515,9 @@ Files larger than 100MB are uploaded in parts with up to 10 parallel connections file size limit is 100GB with a maximum of 10'000 parts allowed by S3. The number of connections used can be limited using the toggle in the lower right of the transfer window. -Multipart uploads can be resumed later when interrupted. Make sure the user has the -permission `s3:ListBucketMultipartUploads`. +```{note} +Multipart uploads can be resumed later when interrupted. Make sure the IAM user has the permission `s3:ListBucketMultipartUploads`. +``` #### Unfinished Multipart Uploads