1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
1
Hello.
When using the management console, I believe that S3 buckets can only be viewed by the AWS account that owns the bucket.
In other words, you need to search by the source AWS account that shares the S3 bucket.
By the way, how did you know that the S3 bucket was shared?
You can upload and download objects using AWS APIs (such as the AWS CLI or SDK) if your AWS account's IAM user, etc., has access rights in your S3 bucket's bucket policy.
https://repost.aws/knowledge-center/s3-cross-account-upload-access
Contenus pertinents
- demandé il y a un mois
- demandé il y a un an
- Réponse acceptéedemandé il y a 2 ans
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a 8 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 2 ans
Thank you for your kind help! I'll try with the bucket owner next time :)