GetBucketLogging¶
Tebi does not support bucket logging at the moment. This API call is implemented only for S3 protocol compatibility.
You must have Full
ACL to be able to call this action.
The following operations are related to GetBucketLogging
:
Request Syntax¶
1GET /?logging HTTP/1.1
2Host: <BUCKET>.s3.tebi.io
The request uses the following URI parameters:
<BUCKET>: Bucket name for which to get the logging information. Required.
The request does not have a request body.
Response Syntax¶
1HTTP/1.1 200
2Content-Length: ContentLength
3Content-Type: application/xml
4
5<?xml version="1.0" encoding="UTF-8"?>
6<BucketLoggingStatus>
7</BucketLoggingStatus>
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service:
BucketLoggingStatus: Root level tag.
See Also¶
Refer here for more information.