1
krrish 2011-01-23 12:23:29 +08:00
Google Storage 是不是需要邀请呀 我怎么找不到入口
|
2
jckwei 2011-01-23 14:54:03 +08:00
参见 http://gae-bbs.appspot.com/ 或 http://gaebbs.xibu.biz/ 源码,该网站的图片就是上传到Google Storage 上的
|
4
jckwei 2011-01-23 16:43:37 +08:00
@julia
得有个接口 目前的三种方式 基于网页界面的Google Storage Manager https://sandbox.google.com/storage/ 开源的命令行管理工具GSUtil Tool http://code.google.com/apis/storage/docs/gsutil.html Python Library(改进过的boto,原为Amazon S3的) http://code.google.com/apis/storage/docs/gspythonlibrary.html 简单的post可能不行,还要很多调用东西 |
5
julia OP |