mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 20:11:40 +03:00
16 lines
293 B
Plaintext
16 lines
293 B
Plaintext
|
{
|
||
|
"type": "S3",
|
||
|
"libraryName": "Standard.AWS",
|
||
|
"uri": "s3://enso-data-samples/examples/folder 2/hello.txt",
|
||
|
"auth": {
|
||
|
"type": "aws_auth",
|
||
|
"subType": "default"
|
||
|
},
|
||
|
"format": {
|
||
|
"type": "format",
|
||
|
"subType": "delimited",
|
||
|
"delimiter": " ",
|
||
|
"headers": false
|
||
|
}
|
||
|
}
|