Difference between revisions of "Using Bioarchive"
Jump to navigation
Jump to search
(→Upload A Directory) |
(→Upload A Directory) |
||
Line 8: | Line 8: | ||
=Using Command Line Tools= | =Using Command Line Tools= | ||
==Upload A Directory== | ==Upload A Directory== | ||
− | ds3_java_cli -a '''S3_Access_ID''' -k '''S3_Secret_Key''' -b '''Bucket_Name''' -e | + | ds3_java_cli -a '''S3_Access_ID''' -k '''S3_Secret_Key''' -b '''Bucket_Name''' -e bioarchive.igb.illinois.edu --insecure -c put_bulk -d '''Directory_Name''' |
*'''S3_Access_ID''' is the S3 access id for your account, you can get this by logging into the archive web interface | *'''S3_Access_ID''' is the S3 access id for your account, you can get this by logging into the archive web interface | ||
+ | *'''S3_Secret_Key''' is the S3 secret key for your account, you can get this by logging into the archive web interface | ||
+ | *'''Bucket_Name''' is the S3 bucket you want to put your data in | ||
+ | *bioarchive.igb.illinois.edu is the dns name of the archive. If you are using in biocluster, you should use 172.16.28.54 instead | ||
+ | *insecure does not check the certificate of the service | ||
+ | *put_bulks tells the program to upload everything inside the directory given | ||
+ | *'''Directory_Name''' is the directory to upload, note this will upload everything in this directory, not the directory itself |
Revision as of 09:14, 24 February 2021
Contents
Request An Account[edit]
Change Password[edit]
Get S3 Keys[edit]
Option A - Get a Biocluster Account[edit]
Option B - Install Eon Browser[edit]
Option C - Install Command Line Tools[edit]
Using Eon Browser[edit]
Using Command Line Tools[edit]
Upload A Directory[edit]
ds3_java_cli -a S3_Access_ID -k S3_Secret_Key -b Bucket_Name -e bioarchive.igb.illinois.edu --insecure -c put_bulk -d Directory_Name
- S3_Access_ID is the S3 access id for your account, you can get this by logging into the archive web interface
- S3_Secret_Key is the S3 secret key for your account, you can get this by logging into the archive web interface
- Bucket_Name is the S3 bucket you want to put your data in
- bioarchive.igb.illinois.edu is the dns name of the archive. If you are using in biocluster, you should use 172.16.28.54 instead
- insecure does not check the certificate of the service
- put_bulks tells the program to upload everything inside the directory given
- Directory_Name is the directory to upload, note this will upload everything in this directory, not the directory itself