remind / bucket-transfer
允许您将本地文件传输到Amazon S3存储桶
dev-master
2021-03-09 09:58 UTC
Requires
- php: ^7.4.0
- aws/aws-sdk-php: ^3.173.0
- symfony/console: ^5.2.0
- symfony/dotenv: ^5.2.0
- symfony/finder: ^5.2.0
Requires (Dev)
- phpunit/phpunit: ^9.5.0
This package is auto-updated.
Last update: 2024-09-09 17:53:20 UTC
README
允许您将本地文件传输到Amazon S3存储桶。
安装
# Either git clone git clone https://github.com/remindgmbh/bucket-transfer.git # or use composer composer.phar create-project remind/bucket-transfer # Enter the project directory you just created cd bucket-transfer # Create a local version of the config params cp .env .env.local # Edit file and set the parameters to your values vim .env.local
用法
# Show help for the run command bin/buckettransfer help run # Run the transfer with the given parameters bin/buckettransfer run --local-path /path/to/dir --remote-path folder # If you want more verbose information you can run the command with -v or -vv bin/buckettransfer run --local-path /path/to/dir --remote-path folder -vv
贡献
要贡献,请阅读CONTRIBUTING.md文件。
版本管理
我们使用SemVer进行版本管理。有关可用版本,请参阅此存储库的标签。
许可证
本项目采用GPL-3.0-or-later许可证 - 详细内容请参阅LICENSE.md文件。
作者
- Hauke Schulz - h.schulz@remind.de