fix(auth): enforce presigned URL expiry limit (#5368)

* fix(auth): enforce presigned URL expiry limit

* ci(deny): allow presigned expiry s3s fork

* chore(deps): update presigned expiry validation
This commit is contained in:
cxymds
2026-07-28 17:11:30 +08:00
committed by GitHub
parent 5c3d3a8220
commit daa627ee0e
3 changed files with 13 additions and 10 deletions
+3
View File
@@ -40,6 +40,9 @@ allow-git = [
# SigV4 payload-checksum fix until it is available in a crates.io release.
# owner: marshawcoco review: 2026-10
"https://github.com/s3s-project/s3s.git",
# Presigned URL expiry validation pending upstream submission.
# owner: cxymds review: 2026-10
"https://github.com/cxymds/s3s.git",
"https://github.com/apache/datafusion.git",
]