odahu / odahu-automation

Apache License 2.0
8 stars 0 forks source link

cannot use aws s3 cp/rm commands in JupyterLab notebook terminal #125

Closed BPylypenko closed 3 years ago

BPylypenko commented 3 years ago

The user can list bucket content and copy content from the bucket but cannot remove from and put an object to the bucket. image image

Azure:

cannot remove files from blob storage:

image

Also on GCP:

the storage buckets cannot be listed. (won't fix as the user shouldn't have access to all buckets in the GCP project and know about them)

image

Expected Behavior: The user can list bucket content (but not buckets in the project), copy to/from the bucket and remove objects from the bucket, and synchronize directories from local to the bucket.

easokol commented 3 years ago

Work is in branch https://github.com/odahu/odahu-automation/compare/fix/125-jupyterhub-s3-access AWS and Azure cloud issues are fixed