Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No instruction how to set Access ID and Access Key for EgoExo4D #277

Closed
isarandi opened this issue Dec 21, 2023 · 3 comments
Closed

No instruction how to set Access ID and Access Key for EgoExo4D #277

isarandi opened this issue Dec 21, 2023 · 3 comments

Comments

@isarandi
Copy link

isarandi commented Dec 21, 2023

How do you use the given Access ID and Access Key you get after approval? It's not explained in any readme or documentation I found on the website or the repo. Running egoexo --help also does not mention anything related to configuring access.

If I just run egoexo -o ./ --parts annotations metadata, I just get an exception botocore.exceptions.ProfileNotFound: The config profile (default) could not be found.

I assume I need to edit some config file or some environment variable, or some S3 profile file or something?
Thanks!

@isarandi
Copy link
Author

Okay, I figured it out by reading AWS docs.

Save to the ~/.aws/credentials file the following content:

[default]
aws_access_key_id=...
aws_secret_access_key=...

But it would be useful to add this to the docs somewhere.

@miguelmartin75
Copy link
Contributor

Yes agreed, apologies for not including this detail.

You can alternatively run aws configure (pip install awscli), enter your keys and then press enter twice to use the defaults for the region name and output format.

@miguelmartin75
Copy link
Contributor

This is now documented: https://docs.ego-exo4d-data.org/download/#setup-aws-client

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants