Skip to content

Commit

Permalink
Fixes #271
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Feb 26, 2021
1 parent 0a4eb84 commit 8736045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Library/Sources/Services/AmazonS3/Presign.elm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ presignedUrl method lifeExpectancyInSeconds extraParams currentTime srcData path
-- {var} Paths
filePathPrefix =
if Maybe.isJust customHost then
"/" ++ bucketName
bucketName

else
""
Expand Down

0 comments on commit 8736045

Please sign in to comment.