简体   繁体   English

S3 存储桶/AWS 账户的所有者*名称*来自哪里?

[英]Where does the owner *name* for an S3 bucket/AWS account come from?

This feels like it should be really obvious, but I can't find any clues.这感觉应该是很明显了,但是我找不到任何线索。 I've just started using S3 on AWS.我刚刚开始在 AWS 上使用 S3。 I set up a new free account linked with my Amazon account.我设置了一个与我的亚马逊账户相关联的新免费账户。 When I create a bucket, the name of the owner of the bucket is different from my IAM name, from my AWS account name, and from my Amazon account name.当我创建存储桶时,存储桶所有者的名称不同于我的 IAM 名称、我的 AWS 账户名称和我的 Amazon 账户名称。 Where does that owner name come from?所有者名称从何而来? How can I change/edit it?我该如何更改/编辑它?

S3 actually uses AWS root account user's forum account's nickname in the Owner and Grantee fields. S3 实际上在 Owner 和 Grantee 字段中使用 AWS 根账户用户的论坛账户的昵称。 There is a discussion about this here .有一个关于这个的讨论在这里

You can change the forum nickname, in order to change what is displayed in S3, here .您可以在此处更改论坛昵称,以更改 S3 中显示的内容。

AWS is stupid here. AWS 在这方面很愚蠢。 According to AWS support, it is your root account's forum account's initial nickname.根据 AWS 支持,它是您的根帐户的论坛帐户的初始昵称。 However it is there forever, even later you change your forum account's nickname.但是它永远存在,即使以后您更改了论坛帐户的昵称。 AWS is not able to change it. AWS 无法更改它。

As of 01/02/2023, the display name of S3 bucket owner seems to be the email address name of the root user.截至 01/02/2023,S3 bucket owner 的显示名称似乎是 root 用户的地址名称 email。

For example, if the root user has the account email address "abcde@xxxxx.com", the display name of the S3 bucket owner will be "abcde".例如,如果 root 用户拥有帐户 email 地址“abcde@xxxxx.com”,则 S3 存储桶所有者的显示名称将为“abcde”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 将文件从一个 AWS 帐户的 S3 存储桶复制到另一个 AWS 帐户的 S3 存储桶 + 使用 NodeJS - Copy files from one AWS account's S3 bucket to another AWS account's S3 bucket + using NodeJS 在单独的 AWS 账户中从 Athena 访问 PRIVATE S3 存储桶 - Access PRIVATE S3 bucket from Athena in a separate AWS account 将文件从一个帐户中的 AWS S3 存储桶复制到 terraform/python 中另一个帐户中的存储桶 - copy files from AWS S3 bucket in one account to bucket in another account in terraform/python 将 S3 存储桶从一个 AWS 账户复制到另一个 AWS 账户在传输过程中是否安全? - Is copying an S3 bucket from one AWS account to another AWS account secure in transit? 使用正则表达式从 aws s3 url 中提取存储桶名称 - Extract bucket name from aws s3 url using regex AWS Lambda 尝试将文件从 S3 存储桶复制到另一个 S3 存储桶时出现无效存储桶名称错误 - Invalid bucket name error when AWS Lambda tries to copy files from an S3 bucket to another S3 bucket 有没有办法使用 aws s3 ls cli 将 S3 存储桶名称添加到存储桶的递归列表中? - Is there a way to add the S3 bucket name to the recursive list of a bucket using aws s3 ls cli? 是否可以在不使用存储桶策略的情况下将 s3 存储桶内容从一个存储桶复制到另一个帐户 s3 存储桶? - is it possible to copy s3 bucket content from one bucket to another account s3 bucket without using bucket policy? circle-ci 上的无效存储桶名称(部署到 AWS S3) - Invalid bucket name on circle-ci(Deploy to AWS S3 ) AWS s3 试图修复错误 s3.meta.client.head_bucket(Bucket=bucket_name) - AWS s3 trying to fix error s3.meta.client.head_bucket(Bucket=bucket_name)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM