You should be familiar with audit messages belonging to the HTTP protocol category. These are events related to interactions with internal and external system components using the HTTP protocol.
Code | Description | Used by | See |
---|---|---|---|
SDEL | S3 DELETE: Logs a successful transaction to delete an object or bucket. | S3 client | SDEL: S3 DELETE |
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 |
SPUT | S3 PUT: Logs a successful transaction to create a new object or bucket. | S3 client | SPUT: S3 PUT |
SUPD | S3 Metadata Updated: Logs a successful transaction to update the metadata for an existing object or bucket. | S3 client | SUPD: S3 Metadata Updated |
WDEL | Swift DELETE: Logs a successful transaction to delete an object or container. | Swift client | WDEL: Swift DELETE |
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 |
WPUT | Swift PUT: Logs a successful transaction to create a new object or container. | Swift client | WPUT: Swift PUT |