Skip to content

fix: allow periods in storage path validation regex#1095

Open
CorieW wants to merge 2 commits into
mainfrom
@invertase/fix-storage-path-period-validation
Open

fix: allow periods in storage path validation regex#1095
CorieW wants to merge 2 commits into
mainfrom
@invertase/fix-storage-path-period-validation

Conversation

@CorieW

@CorieW CorieW commented Jun 2, 2026

Copy link
Copy Markdown
Collaborator

Summary

Updated path validation regex to allow periods in storage paths for the following extensions:

  • storage-reverse-image-search
  • storage-transcode-videos
  • storage-label-videos

Changes

Changed regex patterns from [\w-] to [\w.-] to permit periods while still validating path structure.

This resolves issues where users could not configure extensions with valid Cloud Storage paths containing periods (e.g., images.v2/, user.uploads/, archive.2024/).

Resolves #667

CorieW added 2 commits June 2, 2026 16:12
Updated path validation regex to allow periods in storage paths for storage-reverse-image-search, storage-transcode-videos, and storage-label-videos extensions.

Resolves #667
storage-reverse-image-search: 0.1.11 -> 0.1.12
storage-transcode-videos: 0.0.5 -> 0.0.6
storage-label-videos: 0.1.6 -> 0.1.7
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.

Storage Reverse Image Extension does not allow periods in image directory path

2 participants