Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mheinzel committed Jul 6, 2020
1 parent c25d4ba commit fa22bc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/cargohold/src/CargoHold/API/V3.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ download own key tok = S3.getMetadataV3 key >>= maybe notFound found
found s3
| own /= S3.v3AssetOwner s3 && tok /= S3.v3AssetToken s3 = return Nothing
| otherwise = do
-- url <- genSignedURI (S3.s3Key $ S3.mkKey key)
url <- genSignedURL (S3.mkKey key)
return $! Just $! url

Expand Down

0 comments on commit fa22bc2

Please sign in to comment.