Skip to content

Latest commit

 

History

History
61 lines (48 loc) · 1.88 KB

client-write-audit-messages.adoc

File metadata and controls

61 lines (48 loc) · 1.88 KB
permalink sidebar keywords summary
audit/client-write-audit-messages.html
sidebar
storagegrid, audit, message, messages, client write, OVWR, SDEL, SPOS, SPUT, SUPD, WDEL, WPUT, S3, swift
Client write audit messages are logged when an S3 or Swift client application makes a request to create or modify an object.

Client write audit messages

Client write audit messages are logged when an S3 or Swift client application makes a request to create or modify an object.

Code Description Used by See

OVWR

Object Overwrite: Logs a transaction to overwrite one object with another object.

S3 and Swift clients

SDEL

S3 DELETE: Logs a successful transaction to delete an object or bucket.

Note: If the transaction operates on a subresource, the audit message will include the field S3SR.

S3 client

SPOS

S3 POST: Logs a successful transaction to restore an object from AWS Glacier storage to a Cloud Storage Pool.

S3 client

SPUT

S3 PUT: Logs a successful transaction to create a new object or bucket.

Note: If the transaction operates on a subresource, the audit message will include the field S3SR.

S3 client

SUPD

S3 Metadata Updated: Logs a successful transaction to update the metadata for an existing object or bucket.

S3 client

WDEL

Swift DELETE: Logs a successful transaction to delete an object or container.

Swift client

WPUT

Swift PUT: Logs a successful transaction to create a new object or container.

Swift client