Loading inc/class-s3-uploads-stream-wrapper.php +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ class S3_Uploads_Stream_Wrapper $this->body->seek(0); } $params = $this->getOptions(true); $params['Body'] = (string) $this->body; $params['Body'] = $this->body; // Attempt to guess the ContentType of the upload based on the // file extension of the key. Added by Joe Hoyle Loading s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Plugin Name: S3 Uploads Description: Store uploads in S3 Author: Human Made Limited Version: 2.0.0-beta2 Version: 2.0.0-beta3 Author URI: http://hmn.md */ Loading Loading
inc/class-s3-uploads-stream-wrapper.php +1 −1 Original line number Diff line number Diff line Loading @@ -185,7 +185,7 @@ class S3_Uploads_Stream_Wrapper $this->body->seek(0); } $params = $this->getOptions(true); $params['Body'] = (string) $this->body; $params['Body'] = $this->body; // Attempt to guess the ContentType of the upload based on the // file extension of the key. Added by Joe Hoyle Loading
s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ Plugin Name: S3 Uploads Description: Store uploads in S3 Author: Human Made Limited Version: 2.0.0-beta2 Version: 2.0.0-beta3 Author URI: http://hmn.md */ Loading