Skip to content
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

FileBasedConfiguration parsing for services section #308

Closed
2 tasks
sichanyoo opened this issue Jan 3, 2025 · 2 comments
Closed
2 tasks

FileBasedConfiguration parsing for services section #308

sichanyoo opened this issue Jan 3, 2025 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@sichanyoo
Copy link
Contributor

sichanyoo commented Jan 3, 2025

Describe the feature

The FileBasedConfiguration in aws-crt-swift supports [profile] section and [ssoSession] section as seen here, but there's a new section type [services].

See this official AWS documentation for detailed information.

In short, [services] is used by service-specific endpoints (and may be expanded later for other uses as well), to allow configuring endpoints for each service using the shared config file.

The general format for it is shown below:

[profile profile-with-services]
services = dev
endpoint_url = http://localhost:5567

[services dev]
s3 = 
  endpoint_url = https://abcde:9000
dynamodb =
  endpoint_url = https://abcde:9000

Use Case

Implementing service-specific endpoint SEP for Swift SDK

Proposed Solution

No response

Other Information

Not particularly urgent or anything, but if done sooner than later that'd be great, to get unblocked on the task completion.

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change
@sichanyoo sichanyoo added needs-triage This issue or PR still needs to be triaged. feature-request A feature should be added or improved. labels Jan 3, 2025
@sichanyoo sichanyoo removed the needs-triage This issue or PR still needs to be triaged. label Jan 8, 2025
@sichanyoo
Copy link
Contributor Author

Feature was merged and released in v0.43.0.

Copy link

github-actions bot commented Jan 8, 2025

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

1 participant