> @@ -45,6 +44,7 @@ > private final BlobToObject blob2Object; > private final MultipartUploadSlicingAlgorithm algorithm; > private final PayloadSlicer slicer; > + private final MultipartNamingStrategy namingStrategy = new > MultipartNamingStrategy();
Should this be injected by Guice, rather than instantiated here? That would seem more consistent with all the other "pluggable logic" parts of the code. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/427/files#r14410270
