8 Comments

  1. To upload a directory recursively, you may use `aws s3 sync`. For example, to upload current directory to my-bucket bucket under dir my-dir:

    $ aws s3 sync . s3://my-bucket/my-dir/

  2. Hey Eric, is there a parameter available for the above command that would allow me to enforce TLS 1.2 encryption in-transit?

  3. What happens when a large file upload fails?? This is not covered.
    I’ve been getting segfaults using the straight cp command, and re-running it will start again from the beginning. On large files this can mean days wasted.

  4. How do i upload a image file from my local folder to s3 bucket via command prompt.

    Please help to provide CLI commands.

Leave a Reply

Your email address will not be published. Required fields are marked *