s3tables: remove duplicate comment in permissions.go

This commit is contained in:
Chris Lu
2026-01-28 12:30:30 -08:00
parent 6d01e42cef
commit 1f70d82170

View File

@@ -182,7 +182,6 @@ func ExtractPrincipalFromContext(contextID string) string {
}
}
// Extract from context, e.g., "user123" or "account-id"
// Extract from context, e.g., "user123" or "account-id"
// This is a simplified version - in production, this would parse AWS auth headers
// TODO: Parse AWS Signature V4 identity or mTLS identity