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
The example command above uses the `--expiration` option to specify that these headers will be
62
62
valid for 24 hours. It uses the `--can` options to specify that the headers can be used to invoke
63
63
`store/add`, `upload/add` or `upload/list` capabilities.
64
64
65
+
If using Windows, replace single quote with double quotes. Also, replace the time to a unix format. Please reference this code sample made for Windows instead:
PowerShell does not handle date arithmetic well. The best alternative is to manually calculate and pass the expiration timestamp if running into an issue.
70
+
65
71
The result of `w3 bridge generate-tokens` will contain the values of the `X-Auth-Secret` and `Authorization` headers:
0 commit comments