{
list($path, $bucket) = $this->pathOrUrlToPath($path);
$this->ensureBucketExists();
$response = $this->service->putObject(array(
'Bucket' => $bucket,
'Key' => $path,
'Body' => $content,
'ACL' => $this->options['ACL'],
'ContentType' => Mimetypes::getInstance()->fromFilename($path)