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
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
s3: add s3:ExistingObjectTag condition support for bucket policies (#7677)
Chris Lu
11
-105
/
+762
13 days
s3: fix ListBuckets not showing buckets created by authenticated users (#7648)
Chris Lu
5
-26
/
+192
14 days
Remove deprecated allowEmptyFolder CLI option
chrislu
2
-10
/
+1
14 days
s3: optimize DELETE by skipping lock check for buckets without Object Lock (#...
Chris Lu
5
-40
/
+100
2025-12-06
fix: CompleteMultipartUpload fails for uploads with more than 1000 parts (#7641)
Chris Lu
1
-1
/
+4
2025-12-04
s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked upl...
Chris Lu
4
-18
/
+171
2025-12-04
fix: S3 GetObject/HeadObject with PartNumber should return object ETag, not p...
Chris Lu
1
-37
/
+5
2025-12-03
filer: async empty folder cleanup via metadata events (#7614)
Chris Lu
1
-52
/
+5
2025-12-03
fix: update getVersioningState to signal non-existent buckets with Er… (#7613)
Xiao Wei
1
-1
/
+3
2025-12-02
Fix SSE-S3 copy: preserve encryption metadata and set chunk SSE type (#7598)
Chris Lu
3
-115
/
+172
2025-12-01
Fix issue #6847: S3 chunked encoding includes headers in stored content (#7595)
Chris Lu
1
-39
/
+38
2025-12-01
Fix S3 object tagging issue #7589
Chris Lu
1
-2
/
+25
2025-11-28
fix: copy to bucket with default SSE-S3 encryption fails (#7562) (#7568)
Chris Lu
4
-17
/
+135
2025-11-27
fmt
chrislu
1
-6
/
+6
2025-11-26
s3api: Fix response-content-disposition query parameter not being honored (#7...
Chris Lu
1
-7
/
+19
2025-11-26
Metrics: Add Prometheus metrics for concurrent upload tracking (#7555)
Chris Lu
1
-7
/
+15
2025-11-26
S3: pass HTTP 429 from volume servers to S3 clients (#7556)
Chris Lu
1
-1
/
+7
2025-11-26
fix(s3api): fix AWS Signature V2 format and validation (#7488)
qzh
2
-3
/
+306
2025-11-26
Filer, S3: Feature/add concurrent file upload limit (#7554)
Chris Lu
3
-23
/
+76
2025-11-26
Support multiple filers for S3 and IAM servers with automatic failover (#7550)
Chris Lu
12
-68
/
+206
2025-11-25
S3: Auto create bucket (#7549)
Chris Lu
3
-17
/
+111
2025-11-25
fix copying for paused versioning buckets (#7548)
Chris Lu
2
-4
/
+230
2025-11-25
S3: Fix encrypted file copy with multiple chunks (#7530) (#7546)
Chris Lu
4
-13
/
+190
2025-11-25
S3: Add `Vary` header for non-wildcard AllowOrigin (#7547)
粒粒橙
2
-0
/
+6
2025-11-21
add debugging for InvalidAccessKeyId
chrislu
3
-2
/
+89
2025-11-21
check errors
chrislu
3
-11
/
+51
2025-11-21
S3: set identity to request context, and remove obsolete code (#7523)
Chris Lu
6
-16
/
+141
2025-11-21
S3: list owned buckets (#7519)
Chris Lu
2
-1
/
+467
2025-11-20
S3: adds FilerClient to use cached volume id (#7518)
Chris Lu
2
-30
/
+12
2025-11-20
S3: S3 Object Retention API to include XML namespace support (#7517)
Chris Lu
4
-16
/
+110
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
37
-920
/
+5009
2025-11-16
S3: Lazy Versioning Check, Conditional SSE Entry Fetch, HEAD Request Optimiza...
Chris Lu
1
-31
/
+61
2025-11-13
minor
chrislu
1
-4
/
+5
2025-11-13
S3: add context aware action resolution (#7479)
Chris Lu
10
-276
/
+812
2025-11-12
adjust comment
chrislu
1
-2
/
+2
2025-11-12
Refactor data structure (#7472)
Chris Lu
5
-19
/
+877
2025-11-12
S3: Enforce bucket policy (#7471)
Chris Lu
21
-525
/
+615
2025-11-10
S3: Perf related (#7463)
Chris Lu
6
-83
/
+121
2025-11-05
do delete expired entries on s3 list request (#7426)
Konstantin Lebedev
8
-59
/
+175
2025-11-03
S3: prevent deleting buckets with object locking (#7434)
Chris Lu
10
-24
/
+204
2025-10-31
S3: load bucket object locking configuration if not found in cache (#7422)
Chris Lu
4
-34
/
+72
2025-10-31
S3: fix TestSignedStreamingUploadInvalidSignature test (#7421)
Chris Lu
2
-2
/
+10
2025-10-30
Fix IPv6 host header formatting to match AWS SDK behavior (#7414)
Chris Lu
3
-15
/
+20
2025-10-30
Fix S3 bucket policy ARN validation to accept AWS ARNs and simplified formats...
Chris Lu
2
-17
/
+204
2025-10-29
* Fix s3 auth with proxy request (#7403)
zuzuviewer
3
-33
/
+223
2025-10-29
S3: add fallback for CORS (#7404)
Chris Lu
3
-12
/
+485
2025-10-29
s3: fix if-match error (#7277)
Taehyung Lim
2
-0
/
+86
2025-10-28
S3: adjust for loading credentials (#7400)
Chris Lu
2
-7
/
+51
2025-10-28
IAM: add support for advanced IAM config file to server command (#7317)
Nial
1
-1
/
+12
[next]