Depending on the service, metadata can be supplied either when storing the item or with
a separate request. In the latter case, use storeMetadata() to
add or update this metadata.
Example 105. Storing metadata
<?php
$data = $storage->storeMetadata('/my/remote/path/picture.jpg', array(
'type' => 'JPEG',
'category' => 'Portrait',
));




