Skip to content

Commit

Permalink
fix(storage): fix missing parameter build error
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode committed Oct 13, 2023
1 parent 72aaddf commit 55d5185
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extension AWSS3StoragePlugin {
let result = try await storageService.getPreSignedURL(
serviceKey: serviceKey,
signingOperation: .getObject,
metadata: nil,
accelerate: accelerate,
expires: options.expires)

Expand Down

0 comments on commit 55d5185

Please sign in to comment.