> - <param name="Threshold" value="TRACE" /> > - <layout class="org.apache.log4j.PatternLayout"> > - <param name="ConversionPattern" value="%d %-5p [%c] (%t) %m%n" /> > - </layout> > - </appender> > - > - <appender name="ASYNCBLOBSTORE" class="org.apache.log4j.AsyncAppender"> > - <appender-ref ref="BLOBSTOREFILE" /> > - </appender> > - > - <category name="jclouds.blobstore"> > - <priority value="TRACE" /> > - <appender-ref ref="ASYNCBLOBSTORE" /> > - </category> > +// Upload the Blob > +String futureETag = blobStore.putBlob(containerName, blob, multipart());
Again, not closing the context here. And why "futureETag" instead of e.g. "eTag", out of curiosity? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/68/files#r13615612
