Amazon Cloud Computing Question:
Download Questions PDF

How to upload files in Amazon S3?

Answer:

Amazon S3 provides uploading of large files and retrieve small offsets for end-to-end transfer data rates. The large file gets stored into small files that are smaller in size. Amazon S3 stores multiple of files together in a bundle or in a compressed form for example in .gzip or .gz format and then convert them into Amazon S3 objects. The files get uploaded on the Amazon server by the use of FTP or another protocol and then retrieved through the HTTP GET request. The request includes the defined parameters like URL, offset (byte-range) and size (length).

Download Cloud Computing - Amazon Interview Questions And Answers PDF

Previous QuestionNext Question
How does component services used for Amazon SimpleDB?Explain what is the use of multi-threaded fetching in Amazon S3?