=====================================
local path or real path.
echo $storage->url('local', 'profile/picture/sample_01.png');
// print http://www.yoursite.com/path/to/profile/picture/sample_01.png
Or
print http://bucket-s3.amazone.com/path/to/profile/picture/sample_01.png
$data = $storage->move('s3', $filename, 'profile/picture/sample_01.png');
$data = $storage->copy('s3', $filename, 'profile/picture/sample_01.png');
$data = $storage->localCopy('s3', $filename, 'profile/picture/sample_01.png');
$data = $storage->remove('s3', $filename, 'profile/picture/sample_01.png');