remind / bucket-transfer
Lets you transfer local files to an Amazon S3 Bucket
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
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-11-09 18:13:38 UTC
README
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
- Hauke Schulz - h.schulz@remind.de