Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-27 06:23
Flavor·Python

r"
https://(?P<url_prefix>.+)\.cloudfront.net/(?P<folderpath>.+)/(?P<filename>.+)\..+
"
gm
Open regex in editor

Description

Public Cloudfront URL that redirects to a S3 file

Submitted by anonymous