iasql icon indicating copy to clipboard operation
iasql copied to clipboard

Add a file/object list table to `aws_s3` module

Open depombo opened this issue 2 years ago • 4 comments

Each listed file in the table should have a foreign key to bucket in aws_s3. We should try to follow the same convention as the ACM modules. Perhaps simply be able to list and delete, but not upload for the first pass?

depombo avatar Sep 07 '22 09:09 depombo

@aguillenv / @dfellis this is another candidate for a custom function right?

depombo avatar Sep 26 '22 17:09 depombo

it could be possible candidate having the table to list/delete and the functions to create/update?

aguillenv avatar Sep 26 '22 17:09 aguillenv

So I figured a table would be good for listing files and their attributes (with the ability to mutate those attributes the normal IaSQL way), but reading/writing file data would be custom functions.

dfellis avatar Sep 26 '22 21:09 dfellis

Remove the rpc call from https://github.com/iasql/iasql-engine/pull/1389, once we have this

depombo avatar Oct 12 '22 15:10 depombo