aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_bucket_config.go
AgeCommit message (Expand)AuthorFilesLines
7 daysfix: CORS wildcard subdomain matching cache race condition (#7736)Chris Lu1-2/+4
14 dayss3: optimize DELETE by skipping lock check for buckets without Object Lock (#...Chris Lu1-0/+13
2025-12-03fix: update getVersioningState to signal non-existent buckets with Er… (#7613)Xiao Wei1-1/+3
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-5/+6
2025-11-12S3: Enforce bucket policy (#7471)Chris Lu1-0/+30
2025-11-03S3: prevent deleting buckets with object locking (#7434)Chris Lu1-2/+2
2025-10-31S3: load bucket object locking configuration if not found in cache (#7422)Chris Lu1-1/+11
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-74/+421
2025-07-23return proper default value for locking and versioningchrislu1-1/+1
2025-07-22fix listing objects (#7008)Chris Lu1-73/+268
2025-07-20add basic object ACL (#7004)Chris Lu1-10/+11
2025-07-19test versioning also (#7000)Chris Lu1-6/+39
2025-07-18Test object lock and retention (#6997)Chris Lu1-2/+4
2025-07-18Fix get object lock configuration handler (#6996)Chris Lu1-10/+27
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-07-16unusedchrislu1-23/+0
2025-07-15adding cors support (#6987)Chris Lu1-0/+129
2025-07-09S3: add object versioning (#6945)Chris Lu1-0/+246