blob: 9d430db956e1b58ef50ae90d040a8abc6de8dbf5 [file] [log] [blame]
[
{
"type": "SCP",
"resourceId": "remote-ssh-resource",
"resourceMode": "FILE",
"resourcePath": "/tmp/1mb.txt",
"scpStorage" : {
"storageId": "remote-ssh-storage",
"host": "149.165.156.124",
"port": 22,
"user": "root"
}
},
{
"type": "SCP",
"resourceId": "remote-ssh-resource2",
"resourceMode": "FILE",
"resourcePath": "/tmp/10mb.txt",
"scpStorage" : {
"storageId": "remote-ssh-storage",
"host": "149.165.156.124",
"port": 22,
"user": "root"
}
},
{
"type": "LOCAL",
"resourceId": "10mb-file",
"resourceMode": "FILE",
"resourcePath": "/tmp/10mb.txt"
},
{
"type": "S3",
"resourceId": "s3-file",
"resourceMode": "FILE",
"resourcePath": "10mb-s3.txt",
"region": "us-east-2",
"bucketName": "airavata-s3"
},
{
"type": "BOX",
"resourceId": "box-file-abcd",
"resourceMode": "FILE",
"resourcePath": "655108198452"
},
{
"type": "BOX",
"resourceId": "box-file-efgh",
"resourceMode": "FILE",
"resourcePath": "655450661536"
},
{
"type": "AZURE",
"resourceId": "azure-blob",
"container": "sample-container",
"resourceMode": "FILE",
"resourcePath": "sample.blob"
},
{
"type": "GCS",
"resourceId": "gcs-bucket",
"resourceMode": "FILE",
"bucketName": "pika-pika-bucket",
"resourcePath": "PikaPikaTest.txt"
},
{
"type": "DROPBOX",
"resourceId": "dropbox-file",
"resourceMode": "FILE",
"resourcePath": "/test.txt"
},
{
"type": "FTP",
"resourceId": "ftp-resource",
"resourceMode": "FILE",
"resourcePath": "mft-1mb.txt",
"ftpStorage": {
"storageId": "ftp-resource",
"host": "ftp.dlptest.com",
"port": "21"
}
}
]