Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/holycheater/yii2-swiftstorage

OpenStack Swift storage component for Yii2
https://github.com/holycheater/yii2-swiftstorage

openstack-swift yii

Last synced: about 1 month ago
JSON representation

OpenStack Swift storage component for Yii2

Awesome Lists containing this project

README

        

# DISCLAIMER
[![Build Status](https://travis-ci.org/holycheater/yii2-swiftstorage.svg?branch=master)](https://travis-ci.org/holycheater/yii2-swiftstorage)

This is yii2 component for OpenStack Swift object storage

# CONFIGURATION

config.php:
```
'components' => [
'mystorage' => [
'class' => 'alexsalt\swiftstorage\StorageComponent',
'authUrl' => 'https://some.auth-url.org',
'username' => 'swift',
'password' => 'swift',
'container' => 'mybucket',
],
]
```