-
-
Notifications
You must be signed in to change notification settings - Fork 285
chore: support configuring pmtiles.{skip_credentials,force_path_style}
#1848
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
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
25adc30
clean up `is_url`
CommanderStorm ae9b2df
implement force_path_style and no_credentials via the config file as …
CommanderStorm 38418fd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d30c4f9
change the env-var-access to be case-agnostic
CommanderStorm 39a3a38
fix formatting
CommanderStorm 8f15639
remove accidental Cargo.toml change
CommanderStorm 75d85ba
reword docs slightly
CommanderStorm fc0aec4
Update martin/src/pmtiles/mod.rs
CommanderStorm 681b2fa
add `get_env_as_bool`
CommanderStorm 06ccffe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 83a5afa
Change the env var docs to use above shema too
CommanderStorm f429fde
change styling somewhat
CommanderStorm 2a95f71
Merge branch 'main' into s3-followup
CommanderStorm d214ae6
fix gramar
CommanderStorm 397c5f1
change impl of `get_env_as_bool` for aestetical reasons
CommanderStorm bb72af7
remove matches and relace it with a comparison
CommanderStorm a8e05d1
change to using `require_credentials`
CommanderStorm 6123d37
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] a16a3d0
fix typo
CommanderStorm 95029d6
change remaining instaces of `AWS_REQUIRE_CREDENTIALS`
CommanderStorm 65b5380
add comment about why `AWS_NO_CREDENTIALS` exists
CommanderStorm 7cb030e
make it clearer how environment variables play into martin
CommanderStorm f51590d
make sure that the `AWS_NO_CREDENTIALS`-handling is explicite
CommanderStorm 5bf4280
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f46b359
fix typo
CommanderStorm 8153b7e
change to using `AWS_SKIP_CREDENTIALS`
CommanderStorm e6e50a7
fix an temporary value dropped while borrowed issue
CommanderStorm 9fb3f0d
change from match statements to unwrap_or, because clippy
CommanderStorm c5d98d1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d89fd16
Merge branch 'main' into s3-followup
CommanderStorm 63a8252
Merge branch 'main' into s3-followup
CommanderStorm 1e29b05
fix minor typing fix regarding punctuation
CommanderStorm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.