Skip to content

Comments

Ability to add query params to a temporary URL#95

Merged
sifex merged 2 commits intoPlatformCommunity:masterfrom
chrispage1:feature/query-params
Feb 4, 2026
Merged

Ability to add query params to a temporary URL#95
sifex merged 2 commits intoPlatformCommunity:masterfrom
chrispage1:feature/query-params

Conversation

@chrispage1
Copy link
Contributor

This is an addition to the temporaryUrl feature which will allow adding additional query parameters via the Config

Example usage:

$url = $adapter->temporaryUrl('testing.txt', $expiresAt, new Config([
    'withQueryParams' => [
        'testParam' => 'testValue',
    ],
]));

@chrispage1
Copy link
Contributor Author

Hey @sifex - I don't suppose you've had the opportunity to take a look at this one? Got a couple of uses for it in projects but holding off for the moment!

@sifex sifex merged commit 97f34d0 into PlatformCommunity:master Feb 4, 2026
4 checks passed
@chrispage1 chrispage1 deleted the feature/query-params branch February 5, 2026 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants