soto-project / soto

Swift SDK for AWS that works on Linux, macOS and iOS
https://soto.codes
Apache License 2.0
868 stars 81 forks source link

fix: handle session tokens in generatePresignedPost #716

Closed nicksloan closed 2 months ago

nicksloan commented 2 months ago

Checks for the presence of a session token, and adds it to the presigned-POST request if it exists.

adam-fowler commented 2 months ago

@nicksloan Have you tested this in the real world yet?

nicksloan commented 2 months ago

@adam-fowler Just confirmed it works.