Skip to content

Instantly share code, notes, and snippets.

@AxelJunker
AxelJunker / S3PreSignedPost.fs
Last active March 8, 2022 07:51
AWS SDK for dotnet, presigned S3 POST URL
module S3PreSignedPost
open System.Text
open Amazon.Runtime
open Amazon.Runtime.Internal.Auth
open Thoth.Json.Net
type PresignedPostOptions =
{
credentials: ImmutableCredentials