We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e779c54 commit eba8f9bCopy full SHA for eba8f9b
docs/mmds/mmds-user-guide.md
@@ -249,7 +249,7 @@ The session must start with an HTTP `PUT` request that generates the session tok
249
In order to be successful, the request must respect the following constraints:
250
251
- must be directed towards `/latest/api/token` path
252
-- must contain a `X-ametadata-token-ttl-seconds` header specifying the token lifetime
+- must contain a `X-metadata-token-ttl-seconds` header specifying the token lifetime
253
in seconds. The value cannot be lower than 1 or greater than 21600 (6 hours).
254
- must not contain a `X-Forwarded-For` header.
255
0 commit comments