网站用户是不是有可能删除存放在S3中的内容

0

【以下的问题经过翻译处理】 客户想创建一个社交媒体平台,现在想知道当客户/用户在他们的个人资料中删除内容(比如,照片,视频)时,这些内容是不是会自动从S3中删除呢?这些是客户可以配置的吗?

profile picture
EXPERT
asked 5 months ago44 views
1 Answer
0

【以下的回答经过翻译处理】 客户可以使用Cognito和Javascript AWS SDK来实现这个功能,让用户可以扮演角色并在S3上删除内容(只要用户扮演的Cognito角色允许)。但是,在某些情况下,客户可能需要在服务器端编写应用程序逻辑(比如,用户删除内容的时候需要执行一系列动作,或者用户获得的权限需要更多逻辑来控制)。在这种情况下,他们可以将该逻辑放在API Gateway中。

profile picture
EXPERT
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions