maplibre/martin

add `AWS_PROFILE` support by allowing async configuration finalization

Fechada

#2.286 aberto em 6 de out. de 2025

 (2 comentários) (0 reação) (0 responsável)Rust (377 forks)auto 404
good first issuehelp wantedpmtilesrust

Métricas do repositório

Stars
 (3.761 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 16h) (78 fundiu PRs em 30d)

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 finish to be async and propagate changes.
  • add AWS_PROFILE support (and respective profile/aws_profile config variable) via the aws-config crate
  • Validate integration and update relevant documentation.

Guia do colaborador