Upload or Sync large file or folder to AWS S3 Bucket
Install AWS CLI AWS CLI installation instructions .
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
How to get AWS Account and Access Keys ? AWS Account and Access Keys .
aws configure
aws configure list
aws s3 ls
aws s3 sync [Folder/file Path] s3://bucket-name/folder-name
Example
aws s3 sync /home/akshayrrao/Desktop/Backup s3://test-bucket/Backup
ls | website
cp | mv
rm | sync
mb | rb
presign
For more refer S3 .