qinling/qinling/storage
Lingxian Kong b79b2791b8 Add swift object support for function creation
With this patch, users can create function using swift object:

http POST http://127.0.0.1:7070/v1/functions name=swift_function \
  runtime_id=xxx \
  code='{"source": "swift", "swift": {"container": "container_name", "object": "object_name"}}'

Implements: blueprint support-swift-object-as-code
2017-05-16 15:24:46 +12:00
..
__init__.py Add engine service and rpc layer 2017-04-17 23:58:36 +12:00
base.py Complete basic workflow(Finally!) 2017-05-12 12:00:19 +12:00
file_system.py Add swift object support for function creation 2017-05-16 15:24:46 +12:00