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
clients can invoke access/delegate with=space to store some ucan delegations associated with a space
but there's currently no checking on size of those delegations
we don't know of a use case that requires these delegations to be extremely large, so we should be able to put an upper bound on the size of these invocations without preventing important use cases
No access/delegate nb.delegations can be bigger than ?
Is this important to limit? Or should we perhaps just define an overall invocation size limit (not just for access/delegate), which I think is implicitly already limited to 100Mb due to cf worker request size limit
we make these limits configurable and increase as needed
The text was updated successfully, but these errors were encountered:
Peeja
pushed a commit
to storacha/upload-service
that referenced
this issue
Jan 17, 2025
Rationale
access/delegate
with=space to store some ucan delegations associated with a spaceWhat should the cap be?
access/delegate
nb.delegations can be bigger than ?access/delegate
), which I think is implicitly already limited to 100Mb due to cf worker request size limitThe text was updated successfully, but these errors were encountered: