def store(path, bucket)
fname = File.basename(path) S3Object.store(fname, open(path), bucket)
end
[Validate]