Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/hybrid/StorageGRID/Object_Mgmt/s3_ListBucket_Does_not_work_with_S3_Console_other_than_root
      Applies to NetApp StorageGRID S3 Console Issue The below aws cli works, but with S3 Console it only works with root. "Statement": [ "Sid": "AllowListBucketOfASpecificUserPrefix", "Effect": "Allow", "A...Applies to NetApp StorageGRID S3 Console Issue The below aws cli works, but with S3 Console it only works with root. "Statement": [ "Sid": "AllowListBucketOfASpecificUserPrefix", "Effect": "Allow", "Action": "s3:ListBucket", "Resource": "arn:aws:s3:::testaccess", "Condition": { "StringLike": { "s3:prefix": "${aws:username}"