gaul commented on a change in pull request #94:
URL: https://github.com/apache/jclouds/pull/94#discussion_r651364614
##########
File path:
blobstore/src/main/java/org/jclouds/blobstore/LocalStorageStrategy.java
##########
@@ -114,14 +114,18 @@
*/
Blob getBlob(String containerName, String blobName);
+ @Deprecated
+ String putBlob(String containerName, Blob blob) throws IOException;
Review comment:
I think it could have been although this would be the first default
method in jclouds since 2.3.0 was the first version to require Java 8.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]