-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific label
Description
If multiple credentials exits, many users have profiles in their ~/.boto as such-
[profile Data-Robot]
aws_access_key_id = a key
aws_secret_access_key = a secret
[Credentials]
aws_access_key_id = default key
aws_secret_access_key = default secret
you can pass
In [70]: con = boto.connect_s3(profile_name="Data-Robot")
``` to load from a profile. However, you can not do this in pandas.
Metadata
Metadata
Assignees
Labels
EnhancementIO DataIO issues that don't fit into a more specific labelIO issues that don't fit into a more specific label