You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removes ability for any deployment of access-api to route upload and store invocations to different upstream URLs varying by audience
this was useful when devving/testing, especially because production had some unique errors, but it's no longer needed by me, and it's not needed for [Tracking] w3up phase 2 #220 afaict
Motivation:
upload
andstore
invocations to different upstream URLs varying byaudience
What:
uploadApiEnvironments.staging.audience
entry here https://github.com/web3-storage/w3protocol/blob/main/packages/access-api/src/service/upload-api-proxy.js#L89UPLOAD_API_URL_STAGING
from all env/bindings https://github.com/web3-storage/w3protocol/blob/main/packages/access-api/src/config.js#L61staging
environment hasUPLOAD_API_URL=https://staging.up.web3.storage
The text was updated successfully, but these errors were encountered: