Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Bucket uploads

Dylan Christopherson edited this page Jul 2, 2018 · 2 revisions

General:

aws s3 cp /path/to/upload/fileName s3://bucketToUploadTo

Example:

aws s3 cp /tmp/ompi/build/ompi-7dcab6e4a4.tar.gz s3://ompibuildsnmc
                            ^File to upload              ^Bucket to upload to
Clone this wiki locally