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
/
auth_signature_v4.go
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-04
s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked upl...
Chris Lu
1
-9
/
+10
2025-11-21
add debugging for InvalidAccessKeyId
chrislu
1
-0
/
+23
2025-10-30
Fix IPv6 host header formatting to match AWS SDK behavior (#7414)
Chris Lu
1
-3
/
+8
2025-10-29
* Fix s3 auth with proxy request (#7403)
zuzuviewer
1
-31
/
+70
2025-10-28
S3: auth supports X-Forwarded-Host and X-Forwarded-Port (#7398)
Chris Lu
1
-1
/
+15
2025-10-25
s3: combine all signature verification checks into a single function (#7330)
Tom Crasset
1
-172
/
+236
2025-10-15
S3: Signature verification should not check permissions (#7335)
Chris Lu
1
-12
/
+0
2025-09-23
S3: fix signature (#7268)
Chris Lu
1
-14
/
+14
2025-09-18
master: Fix raft url (#7255)
Chris Lu
1
-2
/
+16
2025-08-11
fix presigned signature
chrislu
1
-1
/
+1
2025-08-05
fix signature hashing for iam (#7100)
Chris Lu
1
-5
/
+5
2025-08-04
S3: Fix iam payload hash (#7081)
Chris Lu
1
-2
/
+38
2025-08-01
Support X-Forwarded-Port (#7070)
Chris Lu
1
-1
/
+10
2025-08-01
S3: support for the X-Forwarded-Prefix header (#7068)
Chris Lu
1
-22
/
+72
2025-07-15
rewrite, simplify, avoid unused functions (#6989)
Chris Lu
1
-604
/
+296
2025-07-10
refactor: Performance and readability improvement on isDefaultPort (#6960)
Joon Young Baik
1
-3
/
+8
2025-06-16
Fix url scheme using for forwarded request with changed proto (#6884)
Alexey
1
-1
/
+7
2025-04-08
* Fix s3 auth failed with X-Forwarded-Host and X-Forwarded-Port (#6698)
zuzuviewer
1
-3
/
+3
2025-03-21
add more logging for s3 signature (#6652)
Tom Crasset
1
-2
/
+7
2025-03-20
Fix s3 auth failed with X-Forwarded-Host and X-Forwarded-Port (#6650)
zuzuviewer
1
-2
/
+31
2025-03-18
skip headers when signing a request
chrislu
1
-7
/
+16
2025-02-07
omit http and https ports when using X-Forwarded-Port (#6527)
Tom Crasset
1
-1
/
+1
2025-02-07
add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLO...
Tom Crasset
1
-2
/
+3
2025-02-06
use X-Forwarded-Host and X-Forwarded-Port to determine correct host for AWS s...
Tom Crasset
1
-6
/
+21
2024-11-26
change comment for expect header (#6289)
steve.wei
1
-5
/
+4
2024-10-23
remove X-Forwarded-For
chrislu
1
-2
/
+0
2024-10-03
fix
chrislu
1
-3
/
+2
2024-10-03
s3api: Fix signature v4 with reverse proxy at sub-path (#6092)
Er2
1
-6
/
+30
2024-10-01
support load balancer in front of s3
chrislu
1
-1
/
+5
2024-04-08
chore: fix function names in comment (#5478)
clonefetch
1
-1
/
+1
2023-09-05
Clean up old signature hash pools
Patrick Schmidt
1
-16
/
+48
2023-09-05
Improve S3 request signing performance
Patrick Schmidt
1
-23
/
+55
2022-09-15
docs(s3api): readability improvements (#3696)
Ryan Russell
1
-3
/
+3
2022-09-14
go fmt
chrislu
1
-17
/
+17
2022-07-29
move to https://github.com/seaweedfs/seaweedfs
chrislu
1
-1
/
+1
2021-10-14
refactor: move from io/ioutil to io and os package
Eng Zer Jun
1
-6
/
+7
2021-04-08
add auth aws signV4
Konstantin Lebedev
1
-6
/
+24
2020-09-20
refactoring
Chris Lu
1
-2
/
+1
2020-09-19
s3: add support for PostPolicy
Chris Lu
1
-0
/
+32
2020-09-19
refactoring
Chris Lu
1
-67
/
+68
2020-02-26
go fmt
Chris Lu
1
-1
/
+1
2020-02-09
unused
Chris Lu
1
-1
/
+0
2020-02-09
add streaming v4
Chris Lu
1
-0
/
+2
2020-02-09
support acl
Chris Lu
1
-0
/
+719