This document provides a summary of a 4-part presentation on connecting to and making requests to Amazon S3 for cloud storage. It discusses formulating the S3 request by adding authentication headers to a NSMutableURLRequest object. Specifically, it covers generating the StringToSign, adding date, host, canonicalized resource and headers. The presentation provides code examples for each step to help developers interface with S3 directly without a library.