Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Add s3 creds? #107

Open
delgadom opened this issue Oct 3, 2019 · 0 comments
Open

Add s3 creds? #107

delgadom opened this issue Oct 3, 2019 · 0 comments

Comments

@delgadom
Copy link
Member

delgadom commented Oct 3, 2019

If we want, we can add the ability to automatically set up s3 creds on the notebook. Or you can run the following every time on boot, which is fine, and we could add this to docs somehow?

Install s3 cli

pip install --upgrade awscli s3transfer

Set up credentials

To set up credentials manually, run this once ever

aws configure

This should now authenticate your s3 tools whenever you install them

See the CLI docs on use, e.g. with AWS S3

Connect to s3

The s3 commands work very much like gsutil:

# list a "directory" on s3
aws s3 ls s3://bucket-name/path

# AWS rsync equivalent
aws s3 sync . s3://my-bucket/path
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant