We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a1512 commit bf060beCopy full SHA for bf060be
1 file changed
src/S3/S3Controller.php
@@ -66,14 +66,9 @@ public static function renderS3Page(): void {
66
$view = [];
67
$view['nonce_action'] = Controller::getHookName( 's3_save_options' );
68
$view['uploads_path'] = \WP2Static\SiteInfo::getPath( 'uploads' );
69
- $s3_path = \WP2Static\SiteInfo::getPath( 'uploads' ) . 'wp2static-processed-site.s3';
70
71
$view['options'] = Options::getAll( S3Options::optionSpecs() );
72
73
- $view['s3_url'] =
74
- is_file( $s3_path ) ?
75
- \WP2Static\SiteInfo::getUrl( 'uploads' ) . 'wp2static-processed-site.s3' : '#';
76
-
77
require_once __DIR__ . '/../../views/s3/s3-options-page.php';
78
}
79
0 commit comments