rsanchez/s3-change-acl

此包的最新版本(1.0.2)没有可用的许可证信息。

命令行实用工具,用于批量更改Amazon S3存储桶中所有文件的ACL。

1.0.2 2017-03-13 21:49 UTC

This package is auto-updated.

Last update: 2024-09-08 07:51:46 UTC


README

命令行实用工具,用于批量更改Amazon S3存储桶中所有文件的ACL。

安装

composer require rsanchez/s3-change-acl

或者 下载phar文件

用法

更改所有文件为公开读取ACL

vendor/bin/s3-change-acl public-read <bucket> <access-key> <secret-key> <region>

更改所有文件为私有ACL

vendor/bin/s3-change-acl private <bucket> <access-key> <secret-key> <region>