Google Storage for Developersを使ってみた

申し込みから約2ヶ月経ってようやく「使って良いよ」というInvitation mailが届いたので、Google Storage for Developersを使ってみた。サイトにはUSのみという記載があるけれど、私は日本在住。利用制限は緩和されてきているのだろうか?

Google Storage for Developers is currently available to a limited number of U.S. developers only.

http://code.google.com/intl/ja-JP/apis/storage/

ストレージのサービスとしてはAmazon S3と同等。Access KeyとSecret Keyを使って認証データを生成する形やAPIの仕様はS3と同じなので、既にAmazon S3の利用経験が有ればURLを変えるだけで直ぐに使えるだろう。実際、APIの仕様には下記のように記載されている。

Google Storage is interoperable with a large number of cloud storage tools and libraries that work with services such as Amazon Simple Storage Service (Amazon S3) and Eucalyptus Systems, Inc. To use these tools and libraries, all you have to do is change the request endpoint (URI) that the tool or library uses so it points to the Google Storage URI, and configure the tool or library to use your Google Storage developer keys.

http://code.google.com/intl/ja-JP/apis/storage/docs/developer-guide.html

対応ツールも既にいろいろ出回っている。

また、Webブラウザのインターフェースも用意されている。ChromeSafariでは、画像ファイルのドラッグ&ドロップでアップロードが可能だった。

Amazon S3に比べて特に優れていると感じるところはないけれど、Google App Engineからデータの送受信が簡単に出来ると嬉しいのではないかと思う。今のところ、プレビュー期間中なので100GBのストレージ容量を無料で利用出来る。料金設定はS3よりやや高めだが、いずれ同等レベルのサービス内容になるのだろう。利用者としては、選択肢の幅が広がる点を歓迎したい。

Note: During the preview, each user will receive up to 100 gigabytes of data storage and 300 gigabytes of monthly bandwidth at no charge. If you need more than the free quota, please refer to the FAQ.

http://code.google.com/intl/ja/apis/storage/docs/overview.html



関連