We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b99a3d commit 4b82d2fCopy full SHA for 4b82d2f
protocols/s3/index.md
@@ -515,8 +515,9 @@ Files larger than 100MB are uploaded in parts with up to 10 parallel connections
515
file size limit is 100GB with a maximum of 10'000 parts allowed by S3. The number of connections used can be limited
516
using the toggle in the lower right of the transfer window.
517
518
-Multipart uploads can be resumed later when interrupted. Make sure the user has the
519
-permission `s3:ListBucketMultipartUploads`.
+```{note}
+Multipart uploads can be resumed later when interrupted. Make sure the IAM user has the permission `s3:ListBucketMultipartUploads`.
520
+```
521
522
#### Unfinished Multipart Uploads
523
0 commit comments