feat(services/swift): add TempURL presigned URL support#7214
Merged
Xuanwo merged 1 commit intoapache:mainfrom Feb 23, 2026
Merged
feat(services/swift): add TempURL presigned URL support#7214Xuanwo merged 1 commit intoapache:mainfrom
Xuanwo merged 1 commit intoapache:mainfrom
Conversation
Xuanwo
approved these changes
Feb 23, 2026
8baf751 to
0b78f0e
Compare
Add HMAC-signed TempURL support for presign operations (stat, read, write). Uses the prefixed base64 signature format (e.g. sha256:<base64>) which works universally across Swift deployments. - Supports SHA1, SHA256 (default), and SHA512 algorithms via temp_url_hash_algorithm config - Requires temp_url_key matching X-Account-Meta-Temp-URL-Key or X-Container-Meta-Temp-URL-Key on the Swift account/container - Configure TempURL key on SAIO for CI presign test coverage - Add multi-arch Dockerfile for native arm64 local testing
0b78f0e to
0dbc9b3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sha256:<base64>) which explicitly declares the algorithmtemp_url_hash_algorithmconfigtemp_url_keymatching the key set on the Swift account/containerReferences:
Test plan
test_presign_stat,test_presign_read,test_presign_write,test_presign_read_expirednow execute