-
-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Labels
good first issuehelp wantedpmtilesrustPull requests that update Rust codePull requests that update Rust code
Description
In the following PR AWS_PROFILE support was dropped, as it did not fit into the scope of the changes:
Reintroducing AWS_PROFILE will require a smaller refactoring, changing the function signature from:
fn finish(&mut self) -> ConfigurationResult<()>to
async fn finish(&mut self) -> ConfigurationResult<()>This change will have follow-on effects throughout the codebase.
Tasks:
- Refactor
finishto be async and propagate changes. - add
AWS_PROFILEsupport (and respectiveprofile/aws_profileconfig variable) via theaws-configcrate - Validate integration and update relevant documentation.
Metadata
Metadata
Assignees
Labels
good first issuehelp wantedpmtilesrustPull requests that update Rust codePull requests that update Rust code