Skip to content

[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

Merged
merged 1 commit into from
Apr 19, 2025

Conversation

mjlshen
Copy link
Contributor

@mjlshen mjlshen commented Mar 17, 2025

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

@mjlshen mjlshen requested a review from a team as a code owner March 17, 2025 05:06
@mjlshen mjlshen requested a review from fatsheep9146 March 17, 2025 05:06
@github-actions github-actions bot requested a review from Aneurysm9 March 17, 2025 05:06
@mjlshen mjlshen changed the title [confmap/s3provider] Remove duplicate check for scheme [confmap/provider/s3provider] Remove duplicate check for scheme Mar 17, 2025
@atoulme atoulme added Skip Changelog PRs that do not require a CHANGELOG.md entry waiting-for-code-owners labels Mar 17, 2025
@atoulme
Copy link
Contributor

atoulme commented Mar 17, 2025

@Aneurysm9 please review as codeowner.

Copy link
Contributor

github-actions bot commented Apr 1, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 1, 2025
@mjlshen mjlshen force-pushed the s3-confmap-regex branch from f361454 to f2687b4 Compare April 2, 2025 04:24
@mjlshen
Copy link
Contributor Author

mjlshen commented Apr 2, 2025

Rebased the PR in an attempt to remove the Stale label - it's still ready for review! cc @Aneurysm9

Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Apr 16, 2025
This was already being checked by the S3 URI regular expression

Signed-off-by: Michael Shen <[email protected]>
@github-actions github-actions bot removed the Stale label Apr 18, 2025
Copy link
Contributor

@atoulme atoulme left a 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.

@atoulme atoulme merged commit ef5dc74 into open-telemetry:main Apr 19, 2025
172 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 19, 2025
@mjlshen mjlshen deleted the s3-confmap-regex branch April 19, 2025 15:31
akshays-19 pushed a commit to akshays-19/opentelemetry-collector-contrib that referenced this pull request Apr 23, 2025
…-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]>
Fiery-Fenix pushed a commit to Fiery-Fenix/opentelemetry-collector-contrib that referenced this pull request Apr 24, 2025
…-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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants