Cloud Store API
Project description
.. CloudStore documentation master file, created by
sphinx-quickstart on Thu Dec 13 12:34:06 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================================
CloudStore: 提供统一的存储云访问接口
====================================
.. image:: https://travis-ci.org/bukaopu/cloudstore.png
为各种云提供统一的访问接口,一是方便切换存储云,二让多点冗余更加方便,几行简单的代码就能搞定。
这个项目的完成度还非常的低,希望加入一起加速这个产品的同学可以联系我,或者直接Pull & Request给我。
列表Bucket
----------
:doc:`对象参考 <ref/domains>`
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> store.get_all_buckets ( )
[<Bucket: source1 created at 2012-05-24T09:52:16.000Z>, <Bucket: bukaopu created at 2012-11-30T14:48:31.000Z>]
列出对象
----------
:doc:`Store参考 <ref/store>`
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> store.get_all_objects ( "bukaopu", delimiter = "/" )
[<CommonPrefix: "avatar/">, <CommonPrefix: "css/">, <CommonPrefix: "highlight/">, <CommonPrefix: "icons/">, <CommonPrefix: "img/">, <CommonPrefix: "js/">, <Object: .gitignore>, <Object: rubygems-1.3.6.tgz>]
创建对象
--------
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> string_data = "hello, world !!!"
Contents:
.. toctree::
:maxdepth: 2
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
sphinx-quickstart on Thu Dec 13 12:34:06 2012.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================================
CloudStore: 提供统一的存储云访问接口
====================================
.. image:: https://travis-ci.org/bukaopu/cloudstore.png
为各种云提供统一的访问接口,一是方便切换存储云,二让多点冗余更加方便,几行简单的代码就能搞定。
这个项目的完成度还非常的低,希望加入一起加速这个产品的同学可以联系我,或者直接Pull & Request给我。
列表Bucket
----------
:doc:`对象参考 <ref/domains>`
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> store.get_all_buckets ( )
[<Bucket: source1 created at 2012-05-24T09:52:16.000Z>, <Bucket: bukaopu created at 2012-11-30T14:48:31.000Z>]
列出对象
----------
:doc:`Store参考 <ref/store>`
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> store.get_all_objects ( "bukaopu", delimiter = "/" )
[<CommonPrefix: "avatar/">, <CommonPrefix: "css/">, <CommonPrefix: "highlight/">, <CommonPrefix: "icons/">, <CommonPrefix: "img/">, <CommonPrefix: "js/">, <Object: .gitignore>, <Object: rubygems-1.3.6.tgz>]
创建对象
--------
>>> import os
>>> from cloudstore import Store, OSSConfig
>>> store = Store ( OSSConfig ( os.getenv ( "OSS_ACCESS_KEY" ), os.getenv ( "OSS_SECRET_KEY" ) ) )
>>> string_data = "hello, world !!!"
Contents:
.. toctree::
:maxdepth: 2
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libstorages-0.0.2.tar.gz
(44.5 kB
view details)
File details
Details for the file libstorages-0.0.2.tar.gz
.
File metadata
- Download URL: libstorages-0.0.2.tar.gz
- Upload date:
- Size: 44.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e108ec63f9c44d3f7cdb7e4bcf5b27eb321fd4db09f66253c383652bf8ca9bd |
|
MD5 | a5708c9aabb58ace12a89081c3f62ee9 |
|
BLAKE2b-256 | 168ae1bd76e7a4aa13299c35978634918be45a4590fb69924b86c081395a5ca9 |