NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: For HPCDATAMGM-1141: Moving command format into Code Block macro.

...

  1. Prepare an S3 bucket, as described in Preparing to use Amazon Web Services S3 with DME

  2. Run the following command:

    Code Block
    dm_download_collection_s3 [optional parameters] [collection-logical-path] <destination S3 bucket> <destination-path> [AWS credentials file path]

[-D REST-response] : Optional, saves the response from the server to the specified file.
[-o output-json-file] : Optional, saves the output to the specified file.
[-f paths-file] : New line delimited file which contains the collection paths in DME to be downloaded. (Not needed if downloading a single collection using collection-logical-path parameter instead.)
[collection-logical-path] : Collection path in DME. (Not needed if the paths-file parameter is provided.)
<destination S3 bucket> : Destination S3 bucket to transfer data to. (This is a mandatory parameter.)
<destination-path> : Full path of the destination file/folder in the S3 bucket. (This is a mandatory parameter.)
[AWS credentials file path] : Optional location of the credentials file.

...