Changes between Version 175 and Version 176 of help/en/howto/s3
- Timestamp:
- Mar 30, 2015 12:40:50 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
help/en/howto/s3
v175 v176 213 213 214 214 == Multipart Uploads == 215 Files larger than 5MB are uploaded in parts with up to 5 parallel connections as 5MB parts. The file size limit is 5TB. Multipart uploads can be disabled by setting the [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden option] `s3.upload.multipart` to `false`. 216 217 Multipart uploads can be resumed later when interrupted. 215 Files larger than 5MB are uploaded in parts with up to 5 parallel connections as 10MB parts. The file size limit is 5TB. Multipart uploads can be disabled by setting the [wiki:help/en/howto/preferences#Hiddenconfigurationoptions hidden option] `s3.upload.multipart` to `false`. Multipart uploads can be resumed later when interrupted. 218 216 219 217 == Problems ==