我正在编写一个应用程序,它将文件上传到属于另一个帐户的S3存储桶。 它工作正常,但我担心安全性。
文件将在哪里结束,我是否可以指定 AccountA 的ID? 如果可能,AWS S3和go文档都没有给出任何提示。
帐户A(好人) 创建一个名为“ theBucket”的存储桶,并与AccountC(我的帐户)共享
帐户B(拦截器) 创建一个名为“ theBucket”的存储桶,并与AccountC(我的帐户)共享
帐户C(我的帐户) 运行以下简化的golang代码
'Outlook.com'.SendEmailV2(
txtEmail.Text,
txtSubject.Text,
"<h2>Options selected:</h2>" &
If(chkOption1.Value, "<li><b>" & chkOption1.Text & "</b></li>", "") &
If(chkOption2.Value, "<li><b>" & chkOption2.Text & "</b></li>", "") &
If(chkOption3.Value, "<li><b>" & chkOption3.Text & "</b></li>", ""))