|
@@ -860,7 +860,7 @@ options are covered in [Testing](./testing.md).
|
|
|
|
|
|
<property>
|
|
|
<name>fs.s3a.multipart.size</name>
|
|
|
- <value>100M</value>
|
|
|
+ <value>64M</value>
|
|
|
<description>How big (in bytes) to split upload or copy operations up into.
|
|
|
A suffix from the set {K,M,G,T,P} may be used to scale the numeric value.
|
|
|
</description>
|
|
@@ -868,7 +868,7 @@ options are covered in [Testing](./testing.md).
|
|
|
|
|
|
<property>
|
|
|
<name>fs.s3a.multipart.threshold</name>
|
|
|
- <value>2147483647</value>
|
|
|
+ <value>128MB</value>
|
|
|
<description>How big (in bytes) to split upload or copy operations up into.
|
|
|
This also controls the partition size in renamed files, as rename() involves
|
|
|
copying the source file(s).
|