mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Forgot to update Google Readme.
This commit is contained in:
parent
2f6b7f1041
commit
85280efe4f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Google Cloud Storage originally was very similar to Amazon's S3. Because of this
|
|||
|
||||
## Compute
|
||||
|
||||
Google Compute Engine is a Virtual Machine hosting service. Currently it is built on version [v1beta15](https://developers.google.com/compute/docs/reference/v1beta15/) of the GCE API.
|
||||
Google Compute Engine is a Virtual Machine hosting service. Currently it is built on version [v1beta16](https://developers.google.com/compute/docs/reference/v1beta16/) of the GCE API.
|
||||
|
||||
Our implementation of the API currently supports
|
||||
|
||||
|
@ -23,6 +23,6 @@ Features we are looking forward to implementing in the future:
|
|||
* Global Metadata support
|
||||
* Image creation
|
||||
|
||||
v1beta15 is still in beta, so we can imagine lots of changes to the API. If you are using Fog to interact with GCE, please keep Fog up to date and [file issues](https://github.com/fog/fog/issues?labels=google) for any anomalies you see.
|
||||
v1beta16 is still in beta, so we can imagine lots of changes to the API. If you are using Fog to interact with GCE, please keep Fog up to date and [file issues](https://github.com/fog/fog/issues?labels=google) for any anomalies you see.
|
||||
|
||||
Thanks!
|
||||
|
|
Loading…
Reference in a new issue