| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
The following table describes the fields in an Amazon S3 or Amazon EBS log file.
| Field | Description |
|---|---|
| DateTime | The date and time when we processed a file, for example,
Wed Nov 12 11:07:34 PST 2008. |
| File | The name of the file in the root directory of your storage device, for example,
/images/image.jpg. |
| Status | Specifies either an AWS Import/Export status or one of the
standard Amazon S3 REST web server HTTP status codes, for example,
200. For more information, see Error and Status Codes . |
| Code | Specifies either an AWS Import/Export code, such as
Ignored when the Status is
103, or the standard Amazon S3 REST error codes, for example,
OK. |
| Key |
Specifies where AWS Import/Export loads the file in Amazon S3. The key includes the
bucket name and any prefix settings set in the manifest file,
for example,
|
| MD5 | The checksum of the object stored in Amazon S3 identified by
Key, for example,
d2a22fcab097sample32c544. |
| Bytes | The number of bytes stored in Amazon S3 for the object identified by
Key, for example,
57344. |
| Content-Type | The value of the Content-Type header stored in
Amazon S3, for example, image/jpeg. |
| ETag | The ETag value of the object in Amazon S3. |