File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,10 @@ when the object has not been previously uploaded.
105
105
successfully uploading an object. This is an optional relation for the case that
106
106
the server has not verified the object.
107
107
* ` download ` - This relation describes how to download the object content. This
108
- only appears if an object has been previously uploaded.
108
+ only appears if an object has been previously uploaded. If object content is
109
+ already available, the server should provide this action even if the request
110
+ operation is ` upload ` , because the client can use the presence of this action to
111
+ avoid duplicate uploads of object content which is already known to the server.
109
112
110
113
An action can optionally include an ` expires_at ` , which is an ISO 8601 formatted
111
114
timestamp for when the given action expires (usually due to a temporary token).
You can’t perform that action at this time.
0 commit comments