Skip to content

Commit

Permalink
Merge pull request #2 from DenisaCG/s3Contents
Browse files Browse the repository at this point in the history
Add S3 contents functionalities
  • Loading branch information
DenisaCG authored Apr 24, 2024
2 parents b5545d3 + e987030 commit 888b6cf
Show file tree
Hide file tree
Showing 11 changed files with 21,522 additions and 3,745 deletions.
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
15,650 changes: 15,650 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"watch:labextension": "jupyter labextension watch ."
},
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"@jupyterlab/application": "^4.0.0"
},
"devDependencies": {
Expand Down
13 changes: 8 additions & 5 deletions schema/file-browser-toolbar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
"jupyter.lab.toolbars": {
"DriveBrowser": [
{
"name": "new-directory",
"command": "filebrowser:create-new-directory",
"rank": 10
"name": "drive",
"command": "drives:open-change-drive-dialog",
"rank": 35
},
{ "name": "uploader", "rank": 20 },
{ "name": "refresh", "command": "filebrowser:refresh", "rank": 30 }
{
"name": "new-drive",
"command": "drives:open-new-drive-dialog",
"rank": 40
}
]
},
"title": "jupyter-drives-browser:file-browser-toolbar",
Expand Down
Loading

0 comments on commit 888b6cf

Please sign in to comment.