aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_multipart.go
AgeCommit message (Expand)AuthorFilesLines
2025-11-26Support multiple filers for S3 and IAM servers with automatic failover (#7550)Chris Lu1-5/+7
2025-11-25S3: Auto create bucket (#7549)Chris Lu1-2/+8
2025-11-21S3: set identity to request context, and remove obsolete code (#7523)Chris Lu1-2/+6
2025-11-18S3: Directly read write volume servers (#7481)Chris Lu1-12/+22
2025-10-17Clean up logs and deprecated functions (#7339)Chris Lu1-9/+0
2025-08-22S3 API: conditional read and write (#7154)Chris Lu1-0/+8
2025-08-22S3 API: Add SSE-S3 (#7151)Chris Lu1-4/+58
2025-08-21S3 API: Add SSE-KMS (#7144)Chris Lu1-0/+81
2025-07-23minorchrislu1-3/+2
2025-07-22fix listing objects (#7008)Chris Lu1-1/+1
2025-07-20add basic object ACL (#7004)Chris Lu1-2/+3
2025-07-18Test object lock and retention (#6997)Chris Lu1-6/+33
2025-07-14ensure bucket existschrislu1-0/+36
2025-05-22added context to filer_client method calls (#6808)Aleksey Kosov1-1/+0
2025-05-01[s3] refactor duplicate put-object code paths (#6727)Taehyung Lim1-21/+4
2025-04-23[s3] use chunkedReader in PutObjectPartHandler to handle aws-chunked encoding...Taehyung Lim1-1/+1
2025-02-12implement s3 streaming-unsigned-payload-trailer (#6539)Tom Crasset1-1/+1
2025-02-07fix: record and delete bucket metrics after inactive (#6523)zouyixiong1-2/+3
2025-01-25Add metrics for uploaded and deleted s3 objects (#6475)Hadi Zamani1-1/+2
2024-11-20consistent error message if auth is not setupchrislu1-1/+6
2024-04-29rename fileschrislu1-0/+349