From 609d8b745fc12c28dda5be7943f7157b90c80ceb Mon Sep 17 00:00:00 2001 From: "ilyawebmail@d5db0da13c02cda3860f534f3f02acdc914360b9" Date: Wed, 5 Sep 2018 19:09:06 +0000 Subject: [PATCH] --- doc/forum/temporary_AWS_credentials.mdwn | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/forum/temporary_AWS_credentials.mdwn diff --git a/doc/forum/temporary_AWS_credentials.mdwn b/doc/forum/temporary_AWS_credentials.mdwn new file mode 100644 index 0000000000..c62287ac38 --- /dev/null +++ b/doc/forum/temporary_AWS_credentials.mdwn @@ -0,0 +1,2 @@ +Can you add support for temporary AWS credentials? You just have to pass AWS_SESSION_TOKEN, in addition to the usual AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, to the AWS APIs. +This will enable working with time-limited and multifactor-authentication-protected credentials.