Closed flokli closed 5 years ago
We can apply metadata while initially creating the object, instead of sending an update immediately afterwards.
While this allows to save a second HTTP request, we also observed weird permission errors:
[negroni] 2019-09-04T00:36:28Z | 404 | 143.920803ms | localhost:3001 | HEAD /nar/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.nar.xz 2019/09/04 00:36:29 googleapi: Error 403: Insufficient Permission, insufficientPermissions [negroni] 2019-09-04T00:36:28Z | 502 | 967.072998ms | localhost:3001 | PUT /nar/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.nar.xz 2019/09/04 00:40:17 unexpected EOF
nice! much better
We can apply metadata while initially creating the object, instead of sending an update immediately afterwards.
While this allows to save a second HTTP request, we also observed weird permission errors: