From 55d5185f391db70c985150d8b605164c8e05c67e Mon Sep 17 00:00:00 2001 From: Tuan Pham Date: Fri, 13 Oct 2023 14:00:23 -0500 Subject: [PATCH] fix(storage): fix missing parameter build error --- .../AWSS3StoragePlugin+AsyncClientBehavior.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/AWSS3StoragePlugin+AsyncClientBehavior.swift b/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/AWSS3StoragePlugin+AsyncClientBehavior.swift index 033af1a2e5..0bd830c3d9 100644 --- a/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/AWSS3StoragePlugin+AsyncClientBehavior.swift +++ b/AmplifyPlugins/Storage/Sources/AWSS3StoragePlugin/AWSS3StoragePlugin+AsyncClientBehavior.swift @@ -35,6 +35,7 @@ extension AWSS3StoragePlugin { let result = try await storageService.getPreSignedURL( serviceKey: serviceKey, signingOperation: .getObject, + metadata: nil, accelerate: accelerate, expires: options.expires)