NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Allowing line wrap.

...

  1. Use a command line editor (such as vi editor) to create a file with the filename credentials that specifies S3 credential information, as follows:

    Code Block
    [default]
    aws_access_key_id = <access key>
    aws_secret_access_key = <secret access key>
    region = <s3 region>
  2. Consider placing the credentials file in the default location for CLU commands, as follows:

    Panel
    borderColorsilver
    borderStylesolid
    Clipboard
    AllowLineWraptrue

    ~/.aws/credentials

Now you can download data as described in the following pages:

...