文件名称:php_fs_aws:SamsonPHP 亚马逊网络服务文件服务
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-11 02:33:45
PHP
#SamsonPHP AWS 文件服务模块 这是 SamsonPHP 中 Amazon AWS S3 存储桶的文件服务实现。 这是标准 PHP 文件函数的抽象层。 ##配置 这是使用 在必须构建在 php_fs 模块之上的所有嵌套 php_fs_* 模块中,所有配置都对主 php_fs 模块完成(它的标识符是fs )。 此配置类字段值将自动传递给嵌套的 AbstractFileService 祖先。 所有可用的配置字段是: class FileServiceConfig extends \samson\core\ Config { /**@var string Configured module/service identifier */ public $ __id = 'fs' ; /**@var string Set Amazon Web Services as
【文件预览】:
php_fs_aws-master
----composer.json(891B)
----.travis.yml(365B)
----phpunit.xml(962B)
----.scrutinizer.yml(367B)
----phpunit.php(228B)
----readme.md(2KB)
----tests()
--------MainTest.php(4KB)
----src()
--------AWSFileService.php(5KB)
--------AWSConnector.php(252B)
----license.md(10KB)
----.gitignore(56B)