You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add structured audit logging for all S3 operations, recording who accessed which objects, what operation was performed, and when.
Problem
Currently, s3proxy logs operational events (errors, warnings, debug info) via structlog, but there's no dedicated audit trail. For compliance (SOC2, GDPR, HIPAA), operators need to answer:
Who accessed object X?
What operations were performed on bucket Y in the last 30 days?
Were there any failed access attempts?
Proposal
Emit structured audit log entries for every S3 operation: