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

Support for pmtiles S3 urls #1477

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 12, 2024

  1. add support for pmtiles streaming from S3 using authenticated requests

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    19742ce View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    97388b3 View commit details
    Browse the repository at this point in the history
  3. add S3SourceError for S3 uri-related errors

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9e4f48b View commit details
    Browse the repository at this point in the history
  4. Fixed unwrapping results in s3 uri parsing

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c224f99 View commit details
    Browse the repository at this point in the history
  5. add documentation for s3 uris

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e895ad1 View commit details
    Browse the repository at this point in the history
  6. Try AWS_PROFILE profile before fallbacking to default credentials

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a144f3d View commit details
    Browse the repository at this point in the history
  7. add mention of using AWS_PROFILE, fill in information on how credenti…

    …als work
    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3b70206 View commit details
    Browse the repository at this point in the history
  8. docs formatting fixes

    alamminsalo authored and alamminsalo committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    5a18b12 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. migrate to aws-s3-sdk backed for s3 pmtiles support

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ced16fc View commit details
    Browse the repository at this point in the history
  2. update pmtiles s3 documentation

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    7eee529 View commit details
    Browse the repository at this point in the history
  3. add S3 pmtiles test

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ec7a68c View commit details
    Browse the repository at this point in the history
  4. remove unnecessary aws-sdk-s3 dep

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c82421e View commit details
    Browse the repository at this point in the history
  5. run cargo fmt

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8db2b18 View commit details
    Browse the repository at this point in the history
  6. fix reversed link syntax

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c7daa69 View commit details
    Browse the repository at this point in the history
  7. add support for anonymous S3 requests using AWS_NO_CREDENTIALS env var

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    6c4ee85 View commit details
    Browse the repository at this point in the history
  8. add env variables for pmtiles s3 tests

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    16ffe93 View commit details
    Browse the repository at this point in the history
  9. update docs on anonymous s3 requests

    alamminsalo authored and alamminsalo committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    eaa54ce View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. remove accidentally committed file

    alamminsalo authored and alamminsalo committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    1ab569e View commit details
    Browse the repository at this point in the history