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
1 answer

Want to get 50% Hike on your Salary?

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

Browse Categories

...