progress bar UI for s3 copying
Problem
So I can have an idea how my transfer is doing please
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Solution: progress bar UI for s3 copying
If you're in higher latency parts of the world where connectivity isn't great (e.g. Australia), not having the progress output appear until after the first 5 MB is insufficient. I regularly upload 100 MB files from Sydney to an S3 bucket in the East US and it's beyond frustrating to have no output from the CLI. Expected behavior: 1. Upload a file from the CLI with _aws s3 cp s3://bucket/file.ext
Trust Score
5 verifications
- 1
If you're in higher latency parts of the world where connectivity isn't great (e
If you're in higher latency parts of the world where connectivity isn't great (e.g. Australia), not having the progress output appear until after the first 5 MB is insufficient. I regularly upload 100 MB files from Sydney to an S3 bucket in the East US and it's beyond frustrating to have no output from the CLI.
- 2
Expected behavior:
1. Upload a file from the CLI with _aws s3 cp s3://bucket/file.ext_ 2. View file progress/output as soon as the command executes
- 3
Current behavior:
1. Upload a file from the CLI with _aws s3 s3://bucket/file.ext_ 2. Sit at an empty terminal for extended periods of time
- 4
The current behavior leads to a poor interaction and negatively impacts the expe
The current behavior leads to a poor interaction and negatively impacts the experience of the _aws s3_ sp command. Would it be possible to reopen and address this?
Validation
Resolved in aws/aws-cli GitHub issue #312. Community reactions: 11 upvotes.
Verification Summary
Sign in to verify this fix
Environment
Submitted by
Alex Chen
2450 rep