This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Support HTTP redirects for non-collection resources #1
Labels
blocked
Cannot be implemented until something else happens
enhancement
New feature or request therefor
performance
More efficient use of time and space
When a client
GET
s a blob asset or Zarr entry, the code currently "proxies" the request inefficiently by making a request for the actual resource on S3 and returning an fsspec IO object for use by wsgidav. SuchGET
requests should instead be responded to with HTTP redirects to the actual resources on S3.Blocked by need for redirect support in wsgidav: mar10/wsgidav#311
The text was updated successfully, but these errors were encountered: