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

Andrew Gaul commented on JCLOUDS-458:
-------------------------------------

[~algarecu] jclouds lacks a Google-specific provider that interfaces via:

https://developers.google.com/storage/docs/json_api/v1/

Presently jclouds can interface via the more limited S3-compatible API:

http://jclouds.apache.org/documentation/userguide/using-s3/

The richer GCS API allows use of different storage classes and regions for 
buckets, composite objects, server-side copy:

https://developers.google.com/storage/docs/json_api/v1/buckets/insert
https://developers.google.com/storage/docs/composite-objects

Generally we build the provider-specific implementation first then add the 
BlobStore abstraction on top of it.

> Google Cloud Storage support
> ----------------------------
>
>                 Key: JCLOUDS-458
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-458
>             Project: jclouds
>          Issue Type: New Feature
>          Components: jclouds-blobstore
>            Reporter: Andrew Gaul
>              Labels: gsoc2014
>
> Presently users can access Google Cloud Storage via the S3-compatible API, 
> although native support would give access to durable reduced availability, 
> better region support, and resumable uploads.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to