We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fd987 commit 7db72efCopy full SHA for 7db72ef
hnix-store-s3/src/System/Nix/Store/S3.hs
@@ -13,7 +13,7 @@ s3BinaryStoreEffects
13
=> BucketName
14
-> BinaryStoreEffects m
15
s3BinaryStoreEffects bucketName' =
16
- BinaryStoreEffects (upsertFile' bucketName')
+ BinaryStoreEffects upsertFile'
17
where
18
- upsertFile' bucketName pth d mimeType =
19
- void . send $ putObject bucketName (ObjectKey pth) (toBody d) & poContentType ?~ mimeType
+ upsertFile' pth d mimeType =
+ void . send $ putObject bucketName' (ObjectKey pth) (toBody d) & poContentType ?~ mimeType
0 commit comments