You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multipart uploads are not supported at this time. Therefore, multipart must be disabled in the client.
451
+
Multipart copies are not supported at this time. Therefore, multipart must be disabled in the client.
452
452
453
453
## Disabling Multipart for AWS CLI
454
454
455
-
For AWS CLI, multipart uploads can be disabled by setting an arbitrarily large multipart threshold. Since 5 GB is the largest single part upload allowed by AWS, this is a good choice.
455
+
For AWS CLI, multipart can be disabled by setting an arbitrarily large multipart threshold. Since 5 GB is the largest single part allowed by AWS, this is a good choice.
456
456
457
-
To disable multipart uploads, set the `multipart_threshold` in the ~/.aws/credentials file for the profile in question. For example, you could create a profile called `irods_s3_no_multipart` with the following in the credentials file.
457
+
To disable multipart, set the `multipart_threshold` in the ~/.aws/credentials file for the profile in question. For example, you could create a profile called `irods_s3_no_multipart` with the following in the credentials file.
0 commit comments