Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/holycheater/yii2-swiftstorage
- Owner: holycheater
- Created: 2016-11-01T20:33:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-27T10:48:36.000Z (almost 8 years ago)
- Last Synced: 2023-08-21T07:36:11.483Z (over 1 year ago)
- Topics: openstack-swift, yii
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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',
],
]
```