Now that you have completed the basic example presented in this guide, you are ready to start designing your own application. Although most applications built on Amazon S3 are not as simple as the example in this guide, the principles used in the example can be readily applied to more complex applications.
There are many paths through the Amazon S3 API. Typical tasks you can accomplish with this API include:
Create or delete buckets
Write, read, or delete objects within a bucket
List objects within a bucket
For more information about these tasks, go to the Amazon Simple Storage Service Developer Guide.
The developer guide also describes:
How to get the location of a bucket using GetBucketLocation
How to configure browser-based uploads using POST
How to use Head to return the starting contents of an object
![]() | Note |
|---|---|
To ask questions about Amazon S3 and get answers, go to the Amazon S3 developer forums . |