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.go
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
s3: fix presigned POST upload missing slash between bucket and key (#7714)
Chris Lu
1
-0
/
+1
11 days
s3: add s3:ExistingObjectTag condition support for bucket policies (#7677)
Chris Lu
1
-0
/
+19
2025-12-04
fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not p...
Chris Lu
1
-37
/
+5
2025-11-26
s3api: Fix response-content-disposition query parameter not being honored (#7...
Chris Lu
1
-7
/
+19
2025-11-26
S3: pass HTTP 429 from volume servers to S3 clients (#7556)
Chris Lu
1
-1
/
+7
2025-11-26
Support multiple filers for S3 and IAM servers with automatic failover (#7550)
Chris Lu
1
-5
/
+5
2025-11-20
S3: adds FilerClient to use cached volume id (#7518)
Chris Lu
1
-30
/
+3
2025-11-20
S3: JWT generation for volume server authentication (#7514)
Chris Lu
1
-18
/
+11
2025-11-18
S3: Directly read write volume servers (#7481)
Chris Lu
1
-507
/
+2098
2025-11-16
S3: Lazy Versioning Check, Conditional SSE Entry Fetch, HEAD Request Optimiza...
Chris Lu
1
-31
/
+61
2025-11-10
S3: Perf related (#7463)
Chris Lu
1
-57
/
+87
2025-11-05
do delete expired entries on s3 list request (#7426)
Konstantin Lebedev
1
-2
/
+0
2025-10-23
S3 API: Fix SSE-S3 decryption on object download (#7366)
Chris Lu
1
-87
/
+320
2025-10-17
Clean up logs and deprecated functions (#7339)
Chris Lu
1
-11
/
+1
2025-08-22
S3 API: Add integration with KMS providers (#7152)
Chris Lu
1
-6
/
+20
2025-08-22
S3 API: conditional read and write (#7154)
Chris Lu
1
-0
/
+14
2025-08-22
S3 API: Add SSE-S3 (#7151)
Chris Lu
1
-19
/
+19
2025-08-21
S3 API: Add SSE-KMS (#7144)
Chris Lu
1
-26
/
+713
2025-08-19
S3 API: Add SSE-C (#7143)
Chris Lu
1
-14
/
+120
2025-07-22
fix listing objects (#7008)
Chris Lu
1
-11
/
+8
2025-07-21
fix listing object versions (#7006)
Chris Lu
1
-2
/
+26
2025-07-20
fix logging
chrislu
1
-5
/
+5
2025-07-20
Read write directory object (#7003)
Chris Lu
1
-28
/
+28
2025-07-20
read directory object (#7002)
Chris Lu
1
-2
/
+97
2025-07-19
test versioning also (#7000)
Chris Lu
1
-16
/
+40
2025-07-16
Object locking need to persist the tags and set the headers (#6994)
Chris Lu
1
-0
/
+48
2025-07-15
adding cors support (#6987)
Chris Lu
1
-0
/
+35
2025-07-09
S3: add object versioning (#6945)
Chris Lu
1
-4
/
+137
2025-01-16
Add bucket's traffic metrics (#6444)
Hadi Zamani
1
-8
/
+11
2024-10-10
set proxied request content length
chrislu
1
-0
/
+3
2024-08-18
Dont try lazy decode content in proxyToFiler if no accept-encoding provided (...
Oleg Salionov
1
-0
/
+1
2024-07-16
Added tls for http clients (#5766)
vadimartynov
1
-2
/
+2
2024-07-04
add s3test for sql (#5718)
Konstantin Lebedev
1
-1
/
+41
2024-07-01
refactor all methods strings to const (#5726)
Konstantin Lebedev
1
-1
/
+1
2024-04-29
split file
chrislu
1
-359
/
+1
2024-04-14
[s3] fix s3 test_multipart_get_part (#5476)
Konstantin Lebedev
1
-1
/
+16
2023-09-25
Revert "Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweed...
chrislu
1
-2
/
+2
2023-09-18
Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"
chrislu
1
-2
/
+2
2023-09-18
Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)
dependabot[bot]
1
-2
/
+2
2023-08-21
Add time to first byte metric for s3 (#4768)
SmsS4
1
-1
/
+2
2023-07-22
s3api should return 500 code from filer (#4699)
SmoothDenis
1
-0
/
+5
2023-05-16
Use filerGroup for s3 buckets collection prefix (#4465)
SmsS4
1
-2
/
+8
2023-04-12
fix s3test test_bucket_listv2_delimiter_prefix_ends_with_delimiter (#4399)
Konstantin Lebedev
1
-1
/
+4
2023-04-11
s3 fix get fake dir object key (#4390)
Konstantin Lebedev
1
-1
/
+1
2022-11-02
Bug fix: empty key in DeleteMultipleObjects request caused bucket delete (#3939)
pavelzhurov
1
-0
/
+3
2022-10-29
add back "/" prefix if it is missing in object
chrislu
1
-1
/
+9
2022-10-24
feat: simplify a bit (#3905)
famosss
1
-1
/
+0
2022-10-24
fix: set user metadata key to lowercase (#3894)
famosss
1
-0
/
+12
2022-10-24
Fix errinfo (#3893)
Guo Lei
1
-5
/
+6
2022-09-15
refactor(s3api_object_handlers): `deleteMultipleObjectsLimmit` -> `de… (#3695)
Ryan Russell
1
-2
/
+2
[next]