I am trying to give a federated user ( ADFS + SAML + STS ) access to an Amazon S3 bucket . I am trying to give the principal as
"Principal": {
"AWS": [
"arn:aws:sts: accountid:federated-user/someuser"
]
}
and
"Resource": "arn:aws:s3:::mybucket"
But I cant seem to get the right access . Any pointers on this