In boto and S3 modules the S3 connection constructor takes the access key and the secret key. Is there a connection object that exists that also takes a session token?
In boto and S3 modules the S3 connection constructor takes the access key and
Share
This hadn’t currently been implemented in
botobut has been now and will be in version 2.1 or is available now if you check out the source from github.You can use a session token by passing the token with the key word argument
security_tokentoboto.connect_s3. I think the session token will be implemented elsewhere soon as well.