Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)

My bash script stopped working, the below line is giving an error:

aws s3 mv $source_file_path $target_path

and the file is more than 8 GB.

1 Answer

0 votes
by (12.4k points)
edited by

The maximum file size is 5 TB and the maximum size for a single 'Put' operation is 5GB which means that you won't be able to upload 8 Gb files with the single operation. So for this, you need to use multipart upload.

Want to become AWS Expert? Come & join AWS Certification.

For more details, you can check out the video tutorial by Intellipaat.

Related questions

0 votes
2 answers
Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Feb 7, 2020 in AWS by yuvraj (19.1k points)
0 votes
1 answer
0 votes
1 answer
asked Jan 5, 2021 in AWS by Justin (7k points)

1.4k questions

32.9k answers

507 comments

693 users

...