| Did this page help you? Yes No Tell us about it... |
A simple GET request retrieves the latest version of an object.
The following figure shows how GET returns the latest version of
the object, photo.gif.

To retrieve a specific version, you have to specify its version ID. The following
figure shows that a GET versionId request retrieves the specified
version of the object (not necessarily the latest).

To retrieve a specific object version
Set versionId to the ID of the version of the object
you want to retrieve.
Send a GET Object versionId request.
Example Retrieving a Versioned Object
The following request retrieves version L4kqtJlcpXroDTDmpUMLUo of
my-image.jpg.
GET /my-image.jpg?versionId=L4kqtJlcpXroDTDmpUMLUo HTTP/1.1 Host: bucket.s3.amazonaws.com Date: Wed, 28 Oct 2009 22:32:00 GMT Authorization: AWS 02236Q3V0WHVSRW0EXG2:0RQf4/cRonhpaBX5sCYVf1bNRuU=