Current S3 configuration and connection status
| S3 Storage: | {{ 'Enabled' if s3_info.enabled else 'Disabled' }} |
| Provider: | {{ s3_info.storage_provider.title() if s3_info.get('storage_provider') else 'AWS S3' }} |
| Bucket Name: | {{ s3_info.bucket_name }} |
| Region: | {{ s3_info.aws_region }} |
| MinIO Endpoint: | {{ s3_info.get('minio_endpoint', 'Not configured') }} |
| Signed URLs: | {{ 'Enabled' if s3_info.use_signed_urls else 'Disabled' }} |
| Fallback: | {{ 'Enabled' if s3_info.fallback_enabled else 'Disabled' }} |
{{ s3_info.connection_status }}
S3 storage is properly configured and connected. Assets will be served from S3.
{{ s3_info.bucket_name }}/assets/images/clubs/{{ s3_info.bucket_name }}/assets/images/{{ s3_info.bucket_name }}/assets/images/players/Check the following:
S3 storage is disabled. Assets are being served from local static files.
/static/images/clubs//static/images//static/images/players/