You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
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
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
Set up credentials
To set up credentials manually, run this once ever
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:
The text was updated successfully, but these errors were encountered: