-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allows to share a directory in My Files #934
Comments
sharing is providing a tempory signed link to data and it's not doable for directory. user can already set a directory public in Onyxia I am not sure we want to make that |
Sorry, miss-understanding on my side. But, once a folder has been make public, there is no way of retrieving/copying the public URL of that folder (which is possible for a file using the "Share" button). |
This comment has been minimized.
This comment has been minimized.
What will you do with this link ? @slim0 |
Hi @fcomte, Then, using the xarray library, we can load the dataset in ZARR format like this: import xarray
zarr_folder = "https://s3.waw3-1.cloudferro.com/mdl-arco-time-008/arco/ARCTIC_ANALYSISFORECAST_PHY_002_001/cmems_mod_arc_phy_anfc_6km_detided_P1D-m_202311/timeChunked.zarr"
xarray.open_zarr(zarr_folder) Thanks |
I understand, I am not sure that share is the good wording for that. |
Yes, but for directories, the term doesn’t have a direct meaning, as only specific folders are used in certain libraries (e.g., Parquet directory, Zarr directory…). I'm a bit hesitant to use the same terminology for a significantly different purpose. Do you need this feature quickly ? @ddecrulle will work on a new design for sharing and copy by including action button directly on each line of the explorer. |
We don't "need" this feature "quickly". We just thought it would be better to have it and that it can also be something you want. |
I guess this would probably means to make all objects with a given prefix public.
The text was updated successfully, but these errors were encountered: