913 Commits (master)

Author SHA1 Message Date
Chris Lu b2b0a38e71
s3api: allow empty region and account id in s3tables ARN (#8171) 16 hours ago
Chris Lu 6a9e7360df
s3api: fix S3 Tables auth to allow auto-hashing of body (#8170) 18 hours ago
Chris Lu f1e27b8f30
s3: change s3 tables to use RESTful API (#8169) 19 hours ago
Chris Lu 88c27615c4 /table-buckets 1 day ago
Chris Lu 8b61fd77b5
s3api: ensure MD5 is calculated or reused during CopyObject (#8163) 2 days ago
Chris Lu d399113e0c test: fix duplicate subtest names in permissions_test.go 2 days ago
Chris Lu a4217dff5f s3tables: enhance DeleteTable authorization with policy checking 2 days ago
Chris Lu 745a7e40a6 s3tables: improve bucket policy error handling in DeleteTableBucket 2 days ago
Chris Lu d5ce6a4cda s3tables: refactor bucket name validation into single function 2 days ago
Chris Lu 2f155ee5ee
feat: Add S3 Tables support for Iceberg tabular data (#8147) 2 days ago
Chris Lu 549b65785d refactor 2 days ago
Chris Lu 590e7efbef s3tables: Separate table name pattern constant for clarity 2 days ago
Chris Lu 78c00e313a go fmt 2 days ago
Chris Lu f5d26b803b s3tables: Fix ListTables authorization and policy parsing 2 days ago
Chris Lu 25b0f86bda s3tables: Fix ownership consistency across handlers 2 days ago
Chris Lu b049e883e1 go fmt 2 days ago
Chris Lu c99e8d4152 s3tables: Remove duplicate bucket extraction logic in helper 2 days ago
Chris Lu 21584e4ac8 s3tables: Add resource ARN validation to policy evaluation 2 days ago
Chris Lu 2c45b69775 s3tables: Fix remaining policy error handling in namespace and bucket handlers 2 days ago
Chris Lu b7bba7e7dc s3tables: Generate ARNs using resource owner account ID 2 days ago
Chris Lu e7b2869aa9 s3tables: Use policy framework for GetTable authorization 2 days ago
Chris Lu bea0f8eda0 s3tables: Use policy framework for table creation authorization 2 days ago
Chris Lu cf5043a9f9 s3tables: Normalize action names to include service prefix 2 days ago
Chris Lu ee468749bd
Update weed/s3api/s3tables/handler.go 3 days ago
Chris Lu 08bd1e2563 s3tables: Pre-validate namespace to return 400 instead of 500 3 days ago
Chris Lu 8eee6b2a0e s3tables: Fix bucket policy error handling in permission checks 3 days ago
Chris Lu 6658a655f6 clean up 3 days ago
Chris Lu 1e18c01a78 go fmt 3 days ago
Chris Lu 3e8d2a0a71 s3tables: Use policy_engine wildcard matcher for complete IAM compatibility 3 days ago
Chris Lu a27f6527ab s3tables: Extract resource owner and bucket extraction into helper method 3 days ago
Chris Lu 0b41ade726 s3tables: Fetch bucket policy in handleListTagsForResource for permission evaluation 3 days ago
Chris Lu 41e799b4e0 s3tables: Consolidate getPrincipalFromRequest and getAccountID into single method 3 days ago
Chris Lu ee3d779a5d s3tables: Separate permission checks for tagging and untagging 3 days ago
Chris Lu 169ee629fa s3tables: Improve bucket name validation error message 3 days ago
Chris Lu fb8390c6a7 s3tables: Rename tableMetadataInternal.Schema to Metadata 3 days ago
Chris Lu 191a858e72 s3tables: Fix parseTableFromARN() namespace and table name validation 3 days ago
Chris Lu fb4fb8b082 s3tables: Validate bucket name in parseBucketNameFromARN() 3 days ago
Chris Lu b1d7f3d6e8 s3tables: Add upper bound validation for MaxBuckets parameter 3 days ago
Chris Lu e0da63fd0a s3tables: Add upper bound validation for MaxTables parameter 3 days ago
Chris Lu 2d556ac2a5 S3 Tables API now properly enforces resource policies 3 days ago
Chris Lu e862888d2d s3tables: add request body size limiting 3 days ago
Chris Lu b142689232 follow aws spec 3 days ago
Chris Lu 0115e60919 s3tables: update bucket name validation message 3 days ago
Chris Lu a6c3e96f7b s3tables: fix double-write issue in handleListTables 3 days ago
Chris Lu dffe038efa go fmt 3 days ago
Chris Lu 4d4af0589b s3tables: standardize access denied errors using ErrAccessDenied constant 3 days ago
Chris Lu d98e104dc5 s3tables: align ARN regex patterns with S3 standards and refactor to constants 3 days ago
Chris Lu f5d71008d7 s3tables: refactor handleDeleteTableBucket to use strongly typed AuthError 3 days ago
Chris Lu 0d65daad4c s3tables: improve pagination robustness and error handling in table listing handlers 3 days ago
Chris Lu 612eae9ae8 s3tables: fix inconsistent permission check in handleCreateTableBucket 3 days ago