Skip to content

chore: Remove public file storage feature flag#4906

Merged
apburnes merged 1 commit into
mainfrom
chore-remove-public-storage-feature-flag
May 14, 2026
Merged

chore: Remove public file storage feature flag#4906
apburnes merged 1 commit into
mainfrom
chore-remove-public-storage-feature-flag

Conversation

@apburnes
Copy link
Copy Markdown
Contributor

Changes proposed in this pull request:

  • Remove the public file storage feature flag since it is no longer needed

@apburnes apburnes requested a review from a team as a code owner May 13, 2026 18:49
@apburnes apburnes force-pushed the chore-remove-public-storage-feature-flag branch from 3f6f97f to 5e478c1 Compare May 13, 2026 20:45
@cloud-gov-pages-operations
Copy link
Copy Markdown
Contributor

🤖 This is an automated code coverage report

Total coverage (lines): 38.78%
Coverage diff: 0% 📈

Comment thread api/routers/user.js
router.get('/me', sessionAuth, UserController.me);
router.put('/me/settings', sessionAuth, csrfProtection, UserController.updateSettings);
router.delete('/me/githubtoken', sessionAuth, UserController.revokeApplicationGrant);
if (Features.enabled(Features.Flags.FEATURE_FILE_STORAGE_SERVICE)) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@apburnes apburnes merged commit b33d4b6 into main May 14, 2026
9 checks passed
@apburnes apburnes deleted the chore-remove-public-storage-feature-flag branch May 14, 2026 16:37
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.

3 participants