> + * The magnitude of object parts being uploaded in parallel. > + */ > + public static final String PROPERTY_MPU_PARTS_MAGNITUDE = > "jclouds.mpu.parts.magnitude"; > + > + /** > + * The number of object parts being uploaded in parallel. > + */ > + public static final String PROPERTY_MPU_PARALLEL_DEGREE = > "jclouds.mpu.parallel.degree"; > + > + /** > + * The minimum number of retries when uploading an object part. > + */ > + public static final String PROPERTY_MPU_PARALLEL_RETRIES_MIN = > "jclouds.mpu.parallel.retries.min"; > + > + /** > + * The maximum percentage of retries when uploading an object part.
Interesting to have a minimum _number_ above but a maximum _percentage_ here? Could you explain how these work? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/402/files#r13669255
