yroot/neos-openstack-swift
最新稳定版本:v1.0.1
Composer 安装命令:
composer require yroot/neos-openstack-swift
包简介
Neos OpenStack Swift Storage
README 文档
README
!!! This plugin is not completely tested !!!
Configuration
Settings.yaml
Neos:
Flow:
resource:
storages:
swiftPersistentResourcesStorage:
storage: 'Yroot\OpenStack\Swift\SwiftStorage'
storageOptions:
container: '{container}'
#keyPrefix: '{keyPrefix}'
collections:
# Collection which contains all persistent resources
persistent:
storage: 'swiftPersistentResourcesStorage'
target: 'swiftPersistentResourcesTarget'
targets:
localWebDirectoryPersistentResourcesTarget:
target: 'Neos\Flow\ResourceManagement\Target\FileSystemTarget'
targetOptions:
path: '%FLOW_PATH_WEB%_Resources/Persistent/'
baseUri: '_Resources/Persistent/'
subdivideHashPathSegment: false
swiftPersistentResourcesTarget:
target: 'Yroot\OpenStack\Swift\SwiftTarget'
targetOptions:
container: '{container}'
#keyPrefix: '{keyPrefix}'
#baseUri: '{baseUri}'
Yroot:
OpenStack:
Swift:
profiles:
default:
authUrl: '{authUrl}'
region: '{region}'
user:
username: '{username}'
password: '{password}'
tenant:
id: '{tenantId}'
name: '{tenantName}'
Thanks & credits
The base for this plugin is the GCS Adaptor from Flownative!
统计信息
- 总下载量: 542
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-01-21