Amazon Cloud Computing Question:
Download Job Interview Questions and Answers PDF
How to upload files in Amazon S3 in Cloud Computing?
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 Question | Next Question |
Tell me how to use SimpleDB with Amazon? | What is the use of multi-threaded fetching in Amazon S3? |