We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44d92b commit cc3b400Copy full SHA for cc3b400
stac_fastapi/eodag/extensions/data_download.py
@@ -100,7 +100,7 @@ def get_data(
100
item_id: str,
101
asset_name: Optional[str],
102
request: Request,
103
- ) -> StreamingResponse:
+ ) -> StreamingResponse | RedirectResponse:
104
"""Download an asset"""
105
106
dag = cast(EODataAccessGateway, request.app.state.dag) # type: ignore
0 commit comments