summaryrefslogtreecommitdiff
path: root/examples/copy.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix copy.py example.3.13.1PAPAMICA2022-01-121-3/+3
| | | | Change-Id: Id2a58a085f58b0bf17eda636593bb482d614c245
* Add copy object methodMarek Kaleta2016-08-231-0/+30
Implement copy object method in swiftclient Connection, Service and CLI. Although COPY functionality can be accomplished with 'X-Copy-From' header in PUT request, using copy is more convenient especially when using copy for updating object metadata non-destructively. Closes-Bug: 1474939 Change-Id: I1338ac411f418f4adb3d06753d044a484a7f32a4