minio-hs/src/Network/Minio
Aditya Manthramurthy e4e2576c74 Add copyObject API: (#5)
* Performs server side copy of an object by creating a new object that
  is a copy of an existing object or part of an existing object.

* The user may specify an object on server of any size, and optionally
  specify a byte range to only copy a part of the object.

* Copy conditions are also supported.
2017-02-23 14:04:08 +05:30
..
Data Make parallel upload also resume an existing upload 2017-02-13 16:03:42 +05:30
Sign Fix shadowing warnings 2017-02-13 16:03:42 +05:30
API.hs Improve some haddock; improve getObject interface. 2017-02-13 16:03:42 +05:30
Data.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30
Errors.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30
ListOps.hs Makes sequential uploads resumable. 2017-02-13 16:03:42 +05:30
PutObject.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30
S3API.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30
Utils.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30
XmlGenerator.hs Align imports 2017-02-13 16:03:42 +05:30
XmlParser.hs Add copyObject API: (#5) 2017-02-23 14:04:08 +05:30