mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 19:21:54 +03:00
39af372bcd
- Implements the core parts of #9048 - Currently the path resolution is done by resolving each segment, one by one - requiring as many API calls as there are segments in the path. - This should be replaced in a followup PR, once https://github.com/enso-org/cloud-v2/issues/899 is implemented.
18 lines
424 B
Plaintext
18 lines
424 B
Plaintext
{
|
|
"type": "S3",
|
|
"libraryName": "Standard.AWS",
|
|
"uri": "s3://enso-data-samples/examples/folder 2/hello.txt",
|
|
"auth": {
|
|
"type": "aws_auth",
|
|
"subType": "access_key",
|
|
"accessKeyId": {
|
|
"type": "secret",
|
|
"secretPath": "enso://USERNAME/datalink-secret-AWS-keyid"
|
|
},
|
|
"secretAccessKey": {
|
|
"type": "secret",
|
|
"secretPath": "enso://USERNAME/datalink-secret-AWS-secretkey"
|
|
}
|
|
}
|
|
}
|