You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Udayakumar Dhansingh (JIRA)" <ji...@apache.org> on 2016/07/20 21:12:20 UTC

[jira] [Commented] (JCLOUDS-1144) BlobStore::blobMetadata returns null for with / characters with GCS

    [ https://issues.apache.org/jira/browse/JCLOUDS-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386636#comment-15386636 ] 

Udayakumar Dhansingh commented on JCLOUDS-1144:
-----------------------------------------------

When is V2.0.0 expected to be released?

> BlobStore::blobMetadata returns null for with / characters with GCS
> -------------------------------------------------------------------
>
>                 Key: JCLOUDS-1144
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1144
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-labs-google
>    Affects Versions: 1.9.2
>         Environment: JDK 1.8
>            Reporter: Udayakumar Dhansingh
>            Assignee: Andrew Gaul
>              Labels: google-cloud-storage
>             Fix For: 2.0.0
>
>         Attachments: jclouds.bug_reporting.tests.zip
>
>
> final BlobMetadata blobMetadata = blobStore.blobMetadata(containerName, blobStorePath);
> ContentMetadata contentMetadata = blobMetadata.getContentMetadata();  // This statement will throw NullPointerException when run with Google Cloud Storage.
> Upon listing objects using 
> blobStore.list(containerName, (recursive) ? listContainerOptions.recursive() : listContainerOptions);
> I can see metadata through "StorageMetadata"
> Looks like bug is in blobMetadata.
> I've attached test code.  TestGoogleCloudStorageService fails; expected result is for that to pass.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)