Inbound S3 Logs
Files.com records a detailed audit log of requests made to your site through the S3-Compatible Endpoint. Use Inbound S3 Logs to audit activity from S3 clients and to troubleshoot failed requests.
Files.com records each request made to the S3-Compatible Endpoint using one of your site's S3-compatible Access Key IDs, including requests that fail.
Details Recorded in Inbound S3 Logs
Each Inbound S3 log entry includes the following columns.
| Column | Details |
|---|---|
| Date | Start time of the request. |
| Operation | S3 operation type, such as GetObject. |
| Path | Path requested by the S3 client. When filtering the Path, delimit it with slashes (/), excluding both the start and end slashes. Maximum length: 5000 characters. |
| Client IP | IP address of the S3 client. |
| Request-ID | Unique identifier assigned to each request. |
| S3-Compatible Access Key ID | Access Key ID that signed the request. |
| User Agent | User agent reported by the S3 client. |
| Error Type | Type of error returned to the S3 client, if the request failed. |
| Error Message | Error message returned to the S3 client, if the request failed. |
| Status | Success or Error status for each request. |
| Duration (ms) | Time taken in milliseconds for the execution of the request. |