Loading inc/class-s3-uploads.php +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class S3_Uploads { $bucket = strtok( $this->bucket, '/' ); $path = substr( $this->bucket, strlen( $bucket ) ); return 'https://' . $bucket . '.s3.amazonaws.com' . $path; return apply_filters( 's3_uploads_bucket_url', 'https://' . $bucket . '.s3.amazonaws.com' . $path ); } public function get_original_upload_dir() { Loading Loading
inc/class-s3-uploads.php +2 −2 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ class S3_Uploads { $bucket = strtok( $this->bucket, '/' ); $path = substr( $this->bucket, strlen( $bucket ) ); return 'https://' . $bucket . '.s3.amazonaws.com' . $path; return apply_filters( 's3_uploads_bucket_url', 'https://' . $bucket . '.s3.amazonaws.com' . $path ); } public function get_original_upload_dir() { Loading