Browse Source

s3tables: remove duplicate comment in permissions.go

pull/8147/head
Chris Lu 3 days ago
parent
commit
1f70d82170
  1. 1
      weed/s3api/s3tables/permissions.go

1
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

Loading…
Cancel
Save