Some customers use internal buckets or public buckets. Examples: Enexus uses a private bucket, where Mermaid uses their own bucket with public read access. The frontend handles this by evaluating the stac asset url and if it starts with s3:// it uses the fileproxy endpoint, otherwise it tries to access the url directly.
This ticket it to review and make necessary changes for these new variations with bucket asset access.
Some customers use internal buckets or public buckets. Examples: Enexus uses a private bucket, where Mermaid uses their own bucket with public read access. The frontend handles this by evaluating the stac asset url and if it starts with
s3://it uses the fileproxy endpoint, otherwise it tries to access the url directly.This ticket it to review and make necessary changes for these new variations with bucket asset access.