Open gompper opened 2 months ago
I think I solved my problem.
In the code I only had to, as mentioned above, change from https
to http
. For the arguments I got a valid presigned URL with:
region: garage
theFilePath: /<bucketname>/<file>
optionsObj:{ "host" : "localhost:3900" }
The other arguments were as described in the Readme
I'm trying to generate a presigned URL for a locally hosted instance of Garage, but the URL I'm getting results in:
`
AccessDenied
`
I'm using the function as follows:
`s3presignURL ( "GET"; "test"; "garage"; "test.txt"; 1000;