Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 441 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 441 Bytes

Dockerized s3cmd

dockerized s3cmd

Setup

  • Add your aws-credentials to a dockerized.env file, in the root of your project or in your HOME directory.
    AWS_ACCESS_KEY_ID=****
    AWS_SECRET_ACCESS_KEY=****
  • Configure s3cmd
    dockerized s3cmd --configure
  • Configuration will be saved to ~/.dockerized/apps/s3cmd/.s3cfg

Usage

dockerized s3cmd --help
dockerized s3cmd ls