Loading inc/aws-sdk/Guzzle/Http/CachingEntityBody.php +4 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,10 @@ class CachingEntityBody extends AbstractEntityBodyDecorator $data .= $remoteData; $this->body->write($remoteData); if ( ! $remoteData ) { break; } } Loading inc/class-s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class S3_Uploads { $bucket = strtok( $this->bucket, '/' ); $path = substr( $this->bucket, strlen( $bucket ) ); return 'https://' . $bucket . '.s3.amazonaws.com' . ( $path ? '/' . $path : '' ); return 'https://' . $bucket . '.s3.amazonaws.com' . $path; } public function get_original_upload_dir() { Loading Loading
inc/aws-sdk/Guzzle/Http/CachingEntityBody.php +4 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,10 @@ class CachingEntityBody extends AbstractEntityBodyDecorator $data .= $remoteData; $this->body->write($remoteData); if ( ! $remoteData ) { break; } } Loading
inc/class-s3-uploads.php +1 −1 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ class S3_Uploads { $bucket = strtok( $this->bucket, '/' ); $path = substr( $this->bucket, strlen( $bucket ) ); return 'https://' . $bucket . '.s3.amazonaws.com' . ( $path ? '/' . $path : '' ); return 'https://' . $bucket . '.s3.amazonaws.com' . $path; } public function get_original_upload_dir() { Loading