remind/bucket-transfer

Lets you transfer local files to an Amazon S3 Bucket

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

This package is auto-updated.

Last update: 2024-04-09 16:52:09 UTC


README

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

Lets you transfer local files to an Amazon S3 Bucket.

Installation

# 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

Usage

# 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

Contribute

For contributing please read the CONTRIBUTING.md file.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the GPL-3.0-or-later - see the LICENSE.md file for details

Authors