From 1f70d82170bd1ebe90025e8036edc59669e7b317 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 28 Jan 2026 12:30:30 -0800 Subject: [PATCH] s3tables: remove duplicate comment in permissions.go --- weed/s3api/s3tables/permissions.go | 1 - 1 file changed, 1 deletion(-) diff --git a/weed/s3api/s3tables/permissions.go b/weed/s3api/s3tables/permissions.go index 2725f8e31..0a94b7657 100644 --- a/weed/s3api/s3tables/permissions.go +++ b/weed/s3api/s3tables/permissions.go @@ -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