Changes between Initial Version and Version 1 of Ticket #3826, comment 1


Ignore:
Timestamp:
2021-10-25T17:34:18Z (3 years ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3826, comment 1

    initial v1  
    1 ccx points out that potentially one could separate the syntax for "here is the secret you should use" vs. "here is me authorizing myself with a secret".
     1ccx points out that potentially one could separate the syntax for "here is the secret you should use" vs. "here is me authorizing myself with a secret". For example, the first usage might be in the POST/PUT body and the second as a HTTP header.
    22
    3 This distinction is present for leases, and in #3820 it is present for immutable uploads. The mutable upload API does not have this distinction, it's one API call for creating and subsequent modifying.
     3This semantic distinction between providing a new secret and authenticating with a secret is present for leases, and in #3820 it is present for immutable uploads. The mutable upload API does not have this distinction, it's one API call for creating and subsequent modifying.