Field | Example | Description |
RemoteIP | 192.168.0.1 | The IP address of the requester. |
Reserved | - | The reserved field. The value is fixed to -. |
Reserved | - | The reserved field. The value is fixed to -. |
Time | 03/Jan/2021:14:59:49 +0800 | The point in time when OSS received the access request. |
RequestURL | GET /example.jpg HTTP/1.0 | The request URL that contains a query string. OSS ignores a query string parameter that starts with x- . However, this parameter is recorded in logs. You can tag a request by using a query string parameter that starts with x- and use the tag to identify the log of the request. |
HTTPStatus | 200 | The HTTP status code that is returned by OSS. |
SentBytes | 999131 | The outbound traffic generated by the request. Unit: bytes. |
RequestTime | 127 | The amount of time consumed by the request. Unit: milliseconds. |
Referer | http://www.aliyun.com/product/oss | The Referer header in the HTTP request. |
UserAgent | curl/7.15.5 | The User-Agent header in the HTTP request. |
HostName | examplebucket.oss-cn-hangzhou.aliyuncs.com | The domain name to access. |
RequestID | 5FF16B65F05BC932307A3C3C | The request ID. |
LoggingFlag | true | Indicates whether logging is enabled. Values: |
RequesterAliyunID | 16571836914537**** | The user ID of the requester. The value - indicates anonymous access. |
Operation | GetObject | The type of the request. |
BucketName | examplebucket | The name of the bucket to access. |
ObjectName | example.jpg | The name of the object to access. |
ObjectSize | 999131 | The size of the object to access. Unit: bytes. |
ServerCostTime | 88 | The amount of time that is consumed by OSS to process the request. Unit: milliseconds. |
ErrorCode | - | The error code that OSS returns. The value - indicates that no error code is returned. |
RequestLength | 302 | The length of the request. Unit: bytes. |
UserID | 16571836914537**** | The ID of the bucket owner. |
DeltaDataSize | - | The size change of the object. The value - indicates that this request does not involve write operations on the object. |
SyncRequest | cdn | Indicates whether the request involves Alibaba Cloud CDN back-to-origin routing. Values: |
StorageClass | Standard | The storage class of the object to access. Values: Standard: The storage class is Standard. IA: The storage class is Infrequent Access (IA). Archive: The storage class is Archive. Cold Archive: The storage class is Cold Archive. DeepCold Archive: The storage class is Deep Cold Archive. -: The storage class of the object is not obtained.
|
TargetStorageClass | - | The storage class to which the object is moved based on a lifecycle rule or by calling the CopyObject operation. Values: Standard: The object is moved to Standard. IA: The object is moved to IA. Archive: The object is moved to Archive. Cold Archive: The object is moved to Cold Archive. DeepCold Archive: The object is moved to Deep Cold Archive. -: No storage class conversion is involved.
|
TransmissionAccelerationAccessPoint | - | The region from which the requester accessed the destination bucket by using an acceleration endpoint. For example, if the requester accesses the bucket by using the acceleration endpoint from the China (Hangzhou) region, the value of TransmissionAccelerationAccessPoint is cn-hangzhou. The value - indicates that no acceleration endpoint is used or the requester accesses the destination bucket from the same region as the destination bucket |
AccessKeyID | LTAI**************** | The AccessKey ID of the requester. If the request is initiated from the OSS console, a temporary AccessKey ID that starts with TMP is displayed. If the request is initiated based on a long-term AccessKey pair by using a tool or OSS SDK, the AccessKey ID of the AccessKey pair is displayed. Example value: LTAI**************** . If the request is initiated based on temporary access credentials provided by Security Token Service (STS), the temporary AccessKey ID that starts with STS is displayed.
Note The value - indicates that the request is anonymous. |