Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Created May 18, 2021 15:32
Show Gist options
  • Save Matrix7867/e0e2dd254b4d60e3907ac66e91553166 to your computer and use it in GitHub Desktop.
Save Matrix7867/e0e2dd254b4d60e3907ac66e91553166 to your computer and use it in GitHub Desktop.
uploading_large_files_to_aws_s3
du -ahx . | sort -rh | head -2 | sed 1d | awk -F"./" '{ print $2 }' | xargs -I {} sudo aws s3 mv {} s3://s3example/me/mee-u/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment