* Disable live-server tests by default
- They will always be run by our CI
- Also update and fix example in README.
* Update examples and add them to build
- Also drop support for GHC 8.2.2
* Bump up version for new release
* Make CopyPartSource constructor private
... and make individual record accessors exported. This change allows
adding of additional record members to CopyPartSource without breaking
applications.
* Move high-level copyObject functions to CopyObject module
* Make copyObject use SourceInfo, DestinationInfo
... to allow supporting features like client-side and server-side
encryption subsequently.
- fix warnings in tests/LiveServer.hs