Object Touch Params
Touch object operation parameters.
Object touch creates an empty object in the target bucket if no such object already exists. This behavior may be changed using the overwrite flag.
This is a 'complex operation' in that it may happen in 2 independently configurable phases:
Lookup an existing object at the target path.
Put a blank object at the target path.
If overwrite is set to true, phase one is skipped and an object is put into the target bucket no matter what.
If overwrite is set to false, phase two is skipped if an object already exists in the store at the target path.
Author
Elizabeth Paige Harper https://github.com/Foxcapades
Since
v0.1.0