mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 08:43:34 +03:00
4316709379
- Close #9123
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
|
|
}
|
|
}
|