Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以设置可以使用 IAM 以及使用 PHP SDK 访问存储在亚马逊 S3 上的某些文件的用户?
提前致谢!
是的。您需要使用所需的说明生成策略。AWS 策略生成器使这变得容易得多。
从那里,您可以使用该AmazonS3::set_bucket_policy()方法应用您创建的策略。
AmazonS3::set_bucket_policy()