InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is the max size of an object that can be uploaded through the s3 console? | 
                            
| 
                                   
Answer»  The individual objects that can be uploaded through the s3 console can range from 0 bytes to a MAXIMUM LIMIT of 5 terabytes, whereas the most massive OBJECT that can be uploaded in a single PUT is 5 gigabytes. Customers have to use Multipart Upload capability to upload an object more significant than 100 megabytes.  | 
                            |