index
:
seaweedfs/.git
master
origin/HEAD
origin/add-ec-vacuum
origin/add_fasthttp_client
origin/add_remote_storage
origin/adding-message-queue-integration-tests
origin/adjust-fsck-cutoff-default
origin/also-delete-parent-directory-if-empty
origin/avoid_releasing_temp_file_on_write
origin/changing-to-zap
origin/collect-public-metrics
origin/copilot/fix-helm-chart-installation
origin/copilot/fix-s3-object-tagging-issue
origin/copilot/sub-pr-7677
origin/create-table-snapshot-api-design
origin/data_query_pushdown
origin/dependabot/maven/other/java/client/com.google.protobuf-protobuf-java-3.25.5
origin/dependabot/maven/other/java/examples/org.apache.hadoop-hadoop-common-3.4.0
origin/detect-and-plan-ec-tasks
origin/do-not-retry-if-error-is-NotFound
origin/ec-disk-type-support
origin/enhance-erasure-coding
origin/fasthttp
origin/feature/iam-user-status-management-7745
origin/feature/tus-protocol
origin/filer1_maintenance_branch
origin/fix-GetObjectLockConfigurationHandler
origin/fix-mount-http-parallelism
origin/fix-mount-read-throughput-7504
origin/fix-s3-object-tagging-issue-7589
origin/fix-versioning-listing-only
origin/ftp
origin/gh-pages
origin/improve-fuse-mount
origin/improve-fuse-mount2
origin/logrus
origin/master
origin/message_send
origin/mount2
origin/mq-subscribe
origin/mq2
origin/nfs-cookie-prefix-list-fixes
origin/optimize-delete-lookups
origin/original_weed_mount
origin/pr-7412
origin/random_access_file
origin/refactor-needle-read-operations
origin/refactor-volume-write
origin/remote_overlay
origin/revert-5134-patch-1
origin/revert-5819-patch-1
origin/revert-6434-bugfix-missing-s3-audit
origin/s3-select
origin/sub
origin/tcp_read
origin/test-reverting-lock-table
origin/test_udp
origin/testing
origin/testing-sdx-generation
origin/tikv
origin/track-mount-e2e
origin/upgrade-versions-to-4.00
origin/volume_buffered_writes
origin/worker-execute-ec-tasks
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
weed
/
s3api
/
s3api_object_handlers_put.go
Age
Commit message (
Expand
)
Author
Files
Lines
14 days
s3: optimize DELETE by skipping lock check for buckets without Object Lock (#...
Chris Lu
1
-9
/
+21
2025-12-01
Fix S3 object tagging issue #7589
Chris Lu
1
-2
/
+25
2025-11-26
Support multiple filers for S3 and IAM servers with automatic failover (#7550)
Chris Lu
1
-25
/
+12
2025-11-25
S3: Auto create bucket (#7549)
Chris Lu
1
-4
/
+15
2025-11-21
check errors
chrislu
1
-2
/
+14
2025-11-18
S3: Directly read write volume servers (#7481)
Chris Lu
1
-187
/
+507
2025-11-13
minor
chrislu
1
-4
/
+5
2025-11-10
S3: Perf related (#7463)
Chris Lu
1
-9
/
+11
2025-11-05
do delete expired entries on s3 list request (#7426)
Konstantin Lebedev
1
-1
/
+2
2025-11-03
S3: prevent deleting buckets with object locking (#7434)
Chris Lu
1
-5
/
+5
2025-10-29
s3: fix if-match error (#7277)
Taehyung Lim
1
-0
/
+5
2025-10-13
Add Kafka Gateway (#7231)
Chris Lu
1
-59
/
+225
2025-10-08
Migrate from deprecated azure-storage-blob-go to modern Azure SDK (#7310)
Chris Lu
1
-1
/
+1
2025-10-08
Fix #7060: Return 400 InvalidRequest instead of 500 for context canceled erro...
Chris Lu
1
-0
/
+3
2025-10-08
Fix #7305: Return 400 BadDigest instead of 500 InternalError for MD5 mismatch...
Chris Lu
1
-0
/
+3
2025-09-17
Populate bucket_traffic_received_bytes_total metric (#7249)
Roman Shishkin
1
-1
/
+1
2025-08-30
S3 API: Advanced IAM System (#7160)
Chris Lu
1
-0
/
+6
2025-08-22
S3 API: Add integration with KMS providers (#7152)
Chris Lu
1
-15
/
+18
2025-08-22
S3 API: conditional read and write (#7154)
Chris Lu
1
-0
/
+272
2025-08-22
S3 API: Add SSE-S3 (#7151)
Chris Lu
1
-89
/
+174
2025-08-21
S3 API: Add SSE-KMS (#7144)
Chris Lu
1
-1
/
+83
2025-08-19
S3 API: Add SSE-C (#7143)
Chris Lu
1
-0
/
+19
2025-07-21
fix listing object versions (#7006)
Chris Lu
1
-0
/
+3
2025-07-20
add basic object ACL (#7004)
Chris Lu
1
-2
/
+28
2025-07-20
Read write directory object (#7003)
Chris Lu
1
-5
/
+4
2025-07-19
test versioning also (#7000)
Chris Lu
1
-7
/
+152
2025-07-18
Test object lock and retention (#6997)
Chris Lu
1
-23
/
+100
2025-07-18
Fix get object lock configuration handler (#6996)
Chris Lu
1
-12
/
+91
2025-07-16
convert error fromating to %w everywhere (#6995)
Chris Lu
1
-2
/
+2
2025-07-16
Object locking need to persist the tags and set the headers (#6994)
Chris Lu
1
-4
/
+160
2025-07-13
Add policy engine (#6970)
Chris Lu
1
-1
/
+1
2025-07-12
implement PubObjectRetention and WORM (#6969)
Chris Lu
1
-0
/
+7
2025-07-09
S3: add object versioning (#6945)
Chris Lu
1
-9
/
+148
2025-07-06
fix: s3 return BadDigest (#6714)
Konstantin Lebedev
1
-0
/
+3
2025-05-01
[s3] refactor duplicate put-object code paths (#6727)
Taehyung Lim
1
-21
/
+4
2025-02-12
implement s3 streaming-unsigned-payload-trailer (#6539)
Tom Crasset
1
-1
/
+1
2025-02-07
add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLO...
Tom Crasset
1
-1
/
+1
2025-02-07
fix: record and delete bucket metrics after inactive (#6523)
zouyixiong
1
-0
/
+2
2025-02-03
Revert "Add content length to filer's requests (#6489)"
chrislu
1
-1
/
+0
2025-01-29
Add content length to filer's requests (#6489)
Hadi Zamani
1
-0
/
+1
2025-01-25
Add metrics for uploaded and deleted s3 objects (#6475)
Hadi Zamani
1
-0
/
+1
2025-01-16
Add bucket's traffic metrics (#6444)
Hadi Zamani
1
-1
/
+2
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-1
/
+1
2024-04-29
split file
chrislu
1
-0
/
+207