Client read audit messages are logged when an S3 or Swift client application makes a request to retrieve an object.
Code | Description | Used by | See |
---|---|---|---|
SGET | S3 GET: Logs a successful transaction to retrieve an object or list the objects in a bucket. | S3 client | SGET: S3 GET |
SHEA | S3 HEAD: Logs a successful transaction to check for the existence of an object or bucket. | S3 client | SHEA: S3 HEAD |
WGET | Swift GET: Logs a successful transaction to retrieve an object or list the objects in a container. | Swift client | WGET: Swift GET |
WHEA | Swift HEAD: Logs a successful transaction to check for the existence of an object or container. | Swift client | WHEA: Swift HEAD |