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
In the b2 upload doc there is a X-Bz-Info header present.
Up to 10 of these headers may be present. The * part of the header name is replace with the name of a custom field in the file information stored with the file, and the value is an arbitrary UTF-8 string, percent-encoded. The same info headers sent with the upload will be returned with the download. The header name is case insensitive.
I have seen that you use this to pass on the file last modified time, but I haven't seen any support for custom X-Bz-Info headers.
In the b2 upload doc there is a X-Bz-Info header present.
I have seen that you use this to pass on the file last modified time, but I haven't seen any support for custom X-Bz-Info headers.
'X-Bz-Info-src_last_modified_millis' => $options['FileLastModified']
The text was updated successfully, but these errors were encountered: