remind/bucket-transfer

允许您将本地文件传输到Amazon S3存储桶

dev-master 2021-03-09 09:58 UTC

This package is auto-updated.

Last update: 2024-09-09 17:53:20 UTC


README

travis-img codecov-img styleci-img php-v-img github-issues-img contrib-welcome-img license-img

允许您将本地文件传输到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文件。

作者