Skip to main content

A dependency for IBM Bluemix Object Storage

Project description

nameko-objectstorage
=================

A IBM Bluemix Object Storage dependency for `nameko <http://nameko.readthedocs.org>`_, enabling services to interface with object storage containers and objects. Future improvements are full support for open stack object storage in general.

Usage
-----

.. code-block:: python

from nameko_objectstorage import ObjectStorage

class Service:

storage = ObjectStorage()

@event_handler("dispatcher", "topic")
def handler(self, payload):
obj = self.storage.get_object(container, object_name)

# Do stuff with object


...

To-Do
-----
1. Write tests!
2. Implement support for native open stack.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nameko-objectstorage-0.1.3.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

nameko_objectstorage-0.1.3-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page