Open lresende opened 4 years ago
@ptitzler - This should be the S3 issue
discussing this next week
Trying to generalize the Elyra specific needs this would probably translate to the following high level requirements. (Note that the intention of the requirements listed below is not to define a complete S3 "browser" solution, which would need to support browsing, uploading, and downloading of objects, in addition to bucket management operations. I am only trying to identify the minimum functionality required to make it possible for users to _access pipeline artifacts that are stored in a bucket on OS from the JupyterLab UI.)
file.txt
), with a key name prefix (/path/to/file.txt
) and key name prefixes (aka "directories" - /path/to
)UI observations for jupyter-fs v0.0.5
/ jupyterlab_filetree v0.2.2
, which I've connected to a minio instance:
Refusing to serve hidden file, via 404 Error
General observations:
Currently, the
build
andexperiment
interfaces are sort of disconnected on the UI side and it would be good to start working on this integration. One idea would be to create anS3 file browser
that would give you access to all theS3 instances
configured inruntime metadata
.I was thinking about having something like a
multiple S3 instance file browser
Once you browse and file the file you want, it should give you the ability to
open/visualize
orcopy
the file locally where the original file is locatedSome possible references: