aboutsummaryrefslogtreecommitdiff
path: root/weed/s3api/s3api_object_handlers_put.go
AgeCommit message (Expand)AuthorFilesLines
2025-07-18address test errorschrislu1-13/+9
2025-07-18address test errorschrislu1-2/+5
2025-07-18errorfchrislu1-1/+1
2025-07-18change error stylechrislu1-0/+6
2025-07-18Update weed/s3api/s3api_object_handlers_put.goChris Lu1-1/+1
2025-07-18address commentschrislu1-2/+1
2025-07-18Update s3api_object_handlers_put.gochrislu1-0/+1
2025-07-18avoid duplidated workchrislu1-15/+4
2025-07-18cache and use bucket object lock configchrislu1-12/+96
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-07-16Object locking need to persist the tags and set the headers (#6994)Chris Lu1-4/+160
2025-07-13Add policy engine (#6970)Chris Lu1-1/+1
2025-07-12implement PubObjectRetention and WORM (#6969)Chris Lu1-0/+7
2025-07-09S3: add object versioning (#6945)Chris Lu1-9/+148
2025-07-06fix: s3 return BadDigest (#6714)Konstantin Lebedev1-0/+3
2025-05-01[s3] refactor duplicate put-object code paths (#6727)Taehyung Lim1-21/+4
2025-02-12implement s3 streaming-unsigned-payload-trailer (#6539)Tom Crasset1-1/+1
2025-02-07add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLO...Tom Crasset1-1/+1
2025-02-07fix: record and delete bucket metrics after inactive (#6523)zouyixiong1-0/+2
2025-02-03Revert "Add content length to filer's requests (#6489)"chrislu1-1/+0
2025-01-29Add content length to filer's requests (#6489)Hadi Zamani1-0/+1
2025-01-25Add metrics for uploaded and deleted s3 objects (#6475)Hadi Zamani1-0/+1
2025-01-16Add bucket's traffic metrics (#6444)Hadi Zamani1-1/+2
2024-07-01refactor all methods strings to const (#5726)Konstantin Lebedev1-1/+1
2024-04-29split filechrislu1-0/+207