Programmatically using CreateStreamingURL and persistent storage

0

I'm investigating a similar approach to this question on using a custom IdP / authentication process. One thing that isn't clear from the docs is whether the CreateStreamingURL flag for the UserID also propagates through to the persistent storage via S3.

The workflow that I would like is:

  1. User logs into my application, and permissions are checked. All authn/authz logic contained here.
  2. Application uses an AWS service account to call CreateStreamingURL, with e.g. UserID=user1@example.com and UserID=user2@example.com .
  3. Application gives user1 -> url1 and user2 -> url2, such that these sessions are isolated.
  4. Next day, user1 logs in again and gets url1_new, and should be able to see whatever settings / persistence as per the previous session.

Is my understanding of the UserID parameter correct?

av
已提问 1 年前309 查看次数
1 回答
0
已接受的回答

Yes. If the username is the same, the user will get the same home folder and application settings persistence.

profile pictureAWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容