> @@ -303,6 +303,31 @@ > */ > public static final String PROPERTY_MAX_PARALLEL_DELETES = > "jclouds.max-parallel-deletes"; > > + /** > + * The size (in bytes) of object parts being uploaded in parallel. > + */ > + public static final String PROPERTY_MPU_PARTS_SIZE = > "jclouds.mpu.parts.size"; > + > + /** > + * The magnitude of object parts being uploaded in parallel.
Just curious what this is, if not the size? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/402/files#r13669210
