Skip to content

Console application for moving files from one s3 to another s3

Notifications You must be signed in to change notification settings

azakhozhiy/s3-file-mover

Repository files navigation

S3 File Mover

Docker

Console application for moving files from one S3 to another S3.

Requirements

  • php80

Installation

git clone git@github.com:azakhozhy/s3-file-mover.git
cd ./s3-file-mover
composer install

Usage

Predefined S3 storages

  • Selectel S3 (selectel-s3)
  • Digital Ocean S3 (do-s3)
  • AWS S3 (aws-s3)

Launch

php app.php move

or

php app.php move --from-storage=do-s3 --to-storage=selectel-s3

Docker