wgr/flysystem-infomaniak
最新稳定版本:3.0.2
Composer 安装命令:
composer require wgr/flysystem-infomaniak
包简介
flysystem for infomaniak
README 文档
README
⚠️ this is a sub-split, for pull requests and issues, visit: https://github.com/thephpleague/flysystem
composer require wgr/flysystem-infomaniak
Public Cloud
// CONFIG $osClient = new \Wgr\Flysystem\Infomaniak\Http\OpenStackClient\OpenStackClient([ 'authUrl' => 'https://api.pub1.infomaniak.cloud/identity/v3', 'region' => 'dc3-a', 'application_credential' => [ 'id' => 'XXXX', 'secret' => "XXX", ], 'scope' => ['project' => ['id' => 'XXX']] ]); // SETUP $adapter = new \Wgr\Flysystem\Infomaniak\Adapter\OpenStack($osClient,'my-container','myFolder'); $filesystem = new \League\Flysystem\Filesystem($adapter); // USAGE $filesystem->write($path, $contents);
more doc is coming bro
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2022-07-22