assume_role() :http_code 405 error

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello :

       When I try to make a secure-temp-sesstion(STS), I try the following actions:

s3 = session.client('sts',
                   
aws_access_key_id=tomAccessKey,
                   
aws_secret_access_key=tomSecretKey,
                   
endpoint_url=host
                    ) 
#返回一个低级的客户端实例

response = s3.assume_role(RoleArn='arn:aws:iam:::role/S3Access1',
                                   
RoleSessionName='test_session1',
                                    )

 

however, it returns that:

Is there someone can help with this problems?

 

Thanks  a lot.

Kyle

 

_______________________________________________
ceph-users mailing list
ceph-users@xxxxxxxxxxxxxx
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

[Index of Archives]     [Information on CEPH]     [Linux Filesystem Development]     [Ceph Development]     [Ceph Large]     [Linux USB Development]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [xfs]


  Powered by Linux