s3contents icon indicating copy to clipboard operation
s3contents copied to clipboard

Jupyter Notebooks in S3 - Jupyter Contents Manager implementation

Results 26 s3contents issues
Sort by recently updated
recently updated
newest added

previously I used https://github.com/uktrade/jupyters3 for an s3 filesystem. We recently switched to s3contents since it's still supported. However for notebooks previously saved with jupyters3, often when we try and open...

Hey, Thanks for your work on this library, iv'e been using it for a while and its really nice. Recently i ran into some issues with long load time for...

I'm using Jupyterhub + KubeSpawner for my workload. When I launch the container I face the error ``` Traceback (most recent call last): File "/opt/conda/lib/python3.9/site-packages/tornado/web.py", line 1704, in _execute result...

![image](https://user-images.githubusercontent.com/57613660/131109288-3bf1554c-f179-4dea-8d2e-57ecb8b83774.png) Jupyterhub shows server error when the number of files to list is large in s3 (around 300 files). It works fine when the number of files is less. ```...

New version of s3Contents fails to add s3 bucket with error `botocore.exceptions.NoCredentialsError: Unable to locate credentials` If I set aws access/secret keys it works. But )) your hack with root_dir...

Hi! Thanks for the awesome library! I'm trying to use this in a larger project w/ `pip-compile` from pip-tools, but I'm running into an issue finding compatible dependencies: ``` $...

If endpoint_url is set to an IPv6 address, for example, [xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:9000, the S3 storage cannot be connected. ``` c.S3ContentsManager.endpoint_url = "[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:9000" ```

https://github.com/danielfrg/s3contents/blob/main/s3contents/genericmanager.py#L179 Here, the code getting the file size is commented out. Is there a reason for this? This line doesn't seem to affect the performance either, since it just retrieves...

Our user case is we want each user to have a place in S3 where they can store their own code, but also access to a shared bucket with notebooks...

Hello I am using hybridcontents to view a real filesystem combined with the virtual s3 filesystem with s3contents. I can drag and drop single files but am unable to move...