fog--fog/lib/fog/google
Paul Thornthwaite 8483a599f2 Remove trailing whitespace 2014-02-19 12:30:59 +00:00
..
examples Remove trailing whitespace 2014-02-19 12:30:59 +00:00
models Remove trailing whitespace 2014-02-19 12:30:59 +00:00
parsers/storage Make public_url function easier to read and change acl request to deal with nokogiri changes. 2013-08-02 17:43:16 -07:00
requests Remove trailing whitespace 2014-02-19 12:30:59 +00:00
README.md [google|compute] Readme update. 2013-12-22 12:29:40 -08:00
Rakefile A set of smoke tests for GCE. 2013-07-24 18:46:20 -07:00
compute.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00
core.rb don't require service when registering it 2014-02-01 22:02:40 -05:00
storage.rb Remove duplicate requires from services 2014-02-13 17:44:48 +00:00

README.md

Fog with Google

Fog currently supports two Google Cloud services: Google Compute Engine and Google Cloud Storage. The main maintainer for the Google sections is @icco.

Storage

Google Cloud Storage originally was very similar to Amazon's S3. Because of this, Fog implements the XML GCS API. We eventually want to move to the new JSON API, once it has similar performance characteristics to the XML API. If this migration interests you, send us a pull request!

Compute

Google Compute Engine is a Virtual Machine hosting service. Currently it is built on version v1 of the GCE API.

Our implementation of the API currently supports

  • Server creation, deletion and bootstrapping
  • Persistent Disk creation and deletion
  • Image lookup
  • Network and Firewall configuration
  • Operations
  • Snapshots
  • Instance Metadata

Features we are looking forward to implementing in the future:

  • Global Metadata support
  • Image creation
  • Load balancer configuration

If you are using Fog to interact with GCE, please keep Fog up to date and file issues for any anomalies you see or features you would like.

Thanks!