deislabs / bindle

Bindle: Object Storage for Collections
Apache License 2.0
263 stars 37 forks source link

spec: Require clients follow redirects from parcel GETs #317

Closed lann closed 2 years ago

lann commented 2 years ago

This gives hosts flexibility in serving parcels from alternative services (CDN, IPFS, S3, etc).

lann commented 2 years ago

I think the bindle client already follows redirects (that seems to be the default reqwest behavior), but I haven't tested.

itowlson commented 2 years ago

I think the bindle client already follows redirects

s/client/Rust client/ grin - we'd need to check the .NET and JavaScript clients too (and there might now be a Go client as well).

thomastaylor312 commented 2 years ago

@itowlson Fun fact: The Go client existed before the .NET and JS clients

thomastaylor312 commented 2 years ago

@technosophos or @radu-matei @itowlson I'll let one of you do a final review and merged. Figured we need 2 reviewers at least since this is a spec change