-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
S3 URI parser #1507
Comments
Hi @dvirtz , |
My idea is to reuse the parsing from Http::URI class and copy the other logic from the .NET and Java implementations. Does that sound ok? |
sounds good to me, could you try making a pr so we can review it? |
started a PR at #1523 |
@KaibaLopez any update on this? Almost every other language AWS Sdk contains this utility. I don't understand why the cpp sdk is lagging so far behind. |
This is not something we plan on adding to the sdk. I would suggest using regex for this |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Is your feature request related to a problem? Please describe.
I'd like to parse S3 URI to get region, bucket, etc.
Describe the solution you'd like
A parser API like in .NET and Java
Describe alternatives you've considered
I can parse it manually but it might break sometime.
The text was updated successfully, but these errors were encountered: