Skip to content

Conversation

@duncanmcclean
Copy link
Member

This PR reverts #13621.

The visibility option doesn't reliably indicate whether assets are web-accessible. It controls filesystem permissions (local) or object ACLs (S3), but doesn't account for setups where access is provided through other means (eg. a private S3 bucket frontend by CloudFront).

The presence of a configured URL is a clearer signal of intent: if a URL is configured, then we know the assets are accessible there, regardless of how that access is achieved.

Fixes #13667.

@jasonvarga jasonvarga merged commit c6bbc44 into 5.x Jan 26, 2026
28 checks passed
@jasonvarga jasonvarga deleted the revert-13621-filesystem-visibility branch January 26, 2026 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The recent fix in #13621 (v5.71.0) breaks S3 + CloudFront setups.

3 participants