You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Andrew Gaul <no...@github.com> on 2015/05/29 23:49:11 UTC

[jclouds-labs-google] Allow GCS object nullable owner (#143)

This addresses a NullPointerException seen while listing a bucket:

`{statusCode=200, message=OK, headers={X-Frame-Options=[SAMEORIGIN], Server=[GSE], Cache-Control=[private, max-age=0, must-revalidate, no-transform], X-Content-Type-Options=[nosniff], Vary=[X-Origin, Origin], X-XSS-Protection=[1; mode=block], Date=[Fri, 29 May 2015 21:43:51 GMT], Alternate-Protocol=[443:quic,p=1]}, payload=[content=true, contentMetadata=[contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=760, contentMD5=null, contentType=application/json; charset=UTF-8, expires=Fri May 29 14:43:51 PDT 2015], written=false]}`
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-labs-google/pull/143

-- Commit Summary --

  * Allow GCS object nullable owner

-- File Changes --

    M google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/domain/GoogleCloudStorageObject.java (2)

-- Patch Links --

https://github.com/jclouds/jclouds-labs-google/pull/143.patch
https://github.com/jclouds/jclouds-labs-google/pull/143.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/143

Re: [jclouds-labs-google] Allow GCS object nullable owner (#143)

Posted by Andrew Gaul <no...@github.com>.
@danbroudy @hsbhathiya Does this seem reasonable?  I could not find any documentation on objects without owners.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/143#issuecomment-106944082

Re: [jclouds-labs-google] Allow GCS object nullable owner (#143)

Posted by Andrew Gaul <no...@github.com>.
Pushed to master as a5ead7cc29046d391bca1d1fa25fd69fa5b30b1b and 1.9.x as ee764a7a1ec1ff6d55c15d87552de3f00b1ae200.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/143#issuecomment-109864023