Bas van Dijk
Bas van Dijk
I see [the ToPath instance for PutObject does set the bucket](https://github.com/brendanhay/amazonka/blob/0d70474d888c5e5a43417ac9f7b408e7890ff853/lib/services/amazonka-s3/gen/Amazonka/S3/PutObject.hs#L882).
I found the root cause: the default request of a `PutObject` contains the right path with `bucketName/objectKey`. However it's [passed](https://github.com/brendanhay/amazonka/blob/0d70474d888c5e5a43417ac9f7b408e7890ff853/lib/services/amazonka-s3/gen/Amazonka/S3/PutObject.hs#L804) through the [`s3vhost`](https://github.com/brendanhay/amazonka/blob/d0e158815a70c0ef15e408873ad818fdd0fdb8d0/lib/amazonka-core/src/Amazonka/Request.hs#L169-L194) function which strips of the bucket name...
@endgame, @akshaymankar https://github.com/basvandijk/amazonka/compare/put-to-minio-malformed-xml...put-to-minio-malformed-xml-fix-attempt-1 tries to fix #760 by adding the field `_serviceRewriteS3VHost :: Bool` to the `Service` record which is `False` for all services except for S3. A user can...
> ... can you not just set the rewriteS3VHost in an override with the rest of the amazonka Env? ... I tried that: > https://github.com/basvandijk/amazonka/compare/put-to-minio-malformed-xml...put-to-minio-malformed-xml-fix-attempt-1 tries to fix https://github.com/brendanhay/amazonka/issues/760 by...
That's strange. It works on my mid-2015 Mac Book Pro running Mac OS Sierra 10.12.4. What's your `uname`? Mine is: ``` $ uname -a Darwin bassbox.local 16.5.0 Darwin Kernel Version...
Also note that installing haskell-opencv from nixpkgs works for me as well: ``` $ nix-channel --list nixpkgs https://nixos.org/channels/nixpkgs-unstable $ nix-channel --update downloading Nix expressions from ‘https://d3g5gsiof5omrk.cloudfront.net/nixpkgs/nixpkgs-17.09pre111388.00512470ec/nixexprs.tar.xz’... downloading ‘https://d3g5gsiof5omrk.cloudfront.net/nixpkgs/nixpkgs-17.09pre111388.00512470ec/nixexprs.tar.xz’... [0/0 KiB,...
Thanks. So I see you're running a newer version of OS X. I just checked and I have an upgrade to macOS Sierra 10.12.6 pending. Let me just upgrade and...
I've [upgraded](https://github.com/LumiGuide/haskell-opencv/commit/38a4c76413dac90329cf24d4ea88014efc01fd1d) nixpkgs and it now builds successfully on my upgraded MBP. Can you try again with the latest master? (The build can take a while since not everything is...
Hi @tmh2211 , great to hear you want to use `haskell-opencv` for your bachelor project and that you are trying to get it to build on Windows. We haven't tried...
We're planning to publish a new release during the Christmas holidays.