We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e0ff9 commit 2325dd2Copy full SHA for 2325dd2
wp-config-production.php
@@ -15,6 +15,6 @@
15
define( 'S3_UPLOADS_BUCKET', 'media-pri-org/s3fs-public' );
16
define( 'S3_UPLOADS_REGION', 'us-east-1' );
17
// Define the base bucket URL (without trailing slash).
18
-define( 'S3_UPLOADS_BUCKET_URL', 'https://media.pri.org' );
+define( 'S3_UPLOADS_BUCKET_URL', 'https://media.pri.org/s3fs-public' );
19
20
define( 'WP_MEMORY_LIMIT', '512M' );
0 commit comments