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: Corrected the title in two Code Block macros.

...

The following example uses the credentials file in a non-default location to download a data.txt data file from the Project_1 collection in DME to a bucket1 bucket in a collectionA collection. 

Code Block
titleSingle Collection File Example
dm_download_dataobject_s3 /Example_Archive/PI_Lab1/Project_1/data.txt bucket1 collectionA /cygdrive/c/Users/JaneDoe/aws/credentials

For another example, consider the following command.

Code Block
titleMultiple Collections Files Example
dm_download_dataobject_s3 -f file-list.txt bucket1 collectionA

...