-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[confmap/provider/s3provider] Remove duplicate check for scheme #38664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
480edea
to
f361454
Compare
@Aneurysm9 please review as codeowner. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
f361454
to
f2687b4
Compare
Rebased the PR in an attempt to remove the |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This was already being checked by the S3 URI regular expression Signed-off-by: Michael Shen <[email protected]>
f2687b4
to
905d4c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has been pending for a while and makes sense to me. I will merge it now.
…-telemetry#38664) #### Description This was already being checked by the S3 URI regular expression evaluation/parsing. #### Testing I refactored the previously existing `Unsupported scheme` unit test into `TestURIs` Signed-off-by: Michael Shen <[email protected]>
…-telemetry#38664) #### Description This was already being checked by the S3 URI regular expression evaluation/parsing. #### Testing I refactored the previously existing `Unsupported scheme` unit test into `TestURIs` Signed-off-by: Michael Shen <[email protected]>
Description
This was already being checked by the S3 URI regular expression evaluation/parsing.
Testing
I refactored the previously existing
Unsupported scheme
unit test intoTestURIs