This commit is contained in:
Joey Hess 2024-05-02 11:15:35 -04:00
parent 883328b615
commit 4c538b0bb9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -239,3 +239,7 @@ need to upload more than once, which eliminates one benefit of the proxy.
So it might be reasonable to only support one url, but what if the proxy
has multiple remotes that want to provide urls, how does it pick which one
wins?
Is only an URL enough for the client to be able to upload to wherever? It
may be that the HTTP verb is also necessary. Consider POST vs PUT. Some
services might need additional HTTP headers.