在检查the documentation的boto3的put_bucket_policy
方法时,我注意到它具有以下可选参数:
ConfirmRemoveSelfBucketAccess (boolean)
Set this parameter to true to confirm that you want to remove your permissions
to change this bucket policy in the future.
我看不到任何有关为什么实际需要这样做的文档-S3确实阻止我设置了删除我自己对存储桶的访问权的存储桶策略吗?
此外,作为“管理员”用户,我印象中没有办法从S3存储桶中删除自己的权限。