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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南