alex-salt/yii2-swiftstorage

OpenStack Swift存储组件

安装数量: 2,294

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

公开问题: 0

类型:yii2-extension

1.0.5 2016-12-27 10:47 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:47:50 UTC


README

Build Status

这是用于OpenStack Swift对象存储的yii2组件

配置

config.php

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