more OsPath conversion
Sponsored-by: Kevin Mueller
This commit is contained in:
parent
c309edb8fb
commit
a9f3a31a52
6 changed files with 41 additions and 39 deletions
|
@ -23,7 +23,7 @@ import Data.Text (Text)
|
|||
|
||||
creds :: UUID -> CredPairStorage
|
||||
creds u = CredPairStorage
|
||||
{ credPairFile = fromUUID u
|
||||
{ credPairFile = literalOsPath (fromUUID u)
|
||||
, credPairEnvironment = ("AWS_ACCESS_KEY_ID", "AWS_SECRET_ACCESS_KEY")
|
||||
, credPairRemoteField = s3credsField
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue