From 73cd72276d4d1b2026745a01a68cba296d7ef2a5 Mon Sep 17 00:00:00 2001 From: Tom Chiverton Date: Fri, 13 Jun 2025 16:20:54 +0100 Subject: [PATCH] Update README.md with S3 signed URL example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b68c1d2..56d7245 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,10 @@ moderationlabels = response.data.ModerationLabels; Most basic operations are supported for S3. However, there is currently no support for updating bucket settings. Support for encrypted buckets and objects is also missing. +```cfc +var signed_url = 'https://'&aws.s3.generatePresignedURL( 'my_bucket','my_file_and_path' ) +``` + TODO: provide an example for using the `getFormPostParams()` method. ### Secrets Manager