Open
Conversation
* Add documentation for accessing multiple bucket data with temporary AWS credentials * Improved workspace pucket output schema and readonly flag * Enhance documentation for accessing workspace bucket data with temporary AWS credentials --------- Co-authored-by: bsatoriu <bsatoriu@jpl.nasa.gov>
rearrange cells
Updated execution counts and cleared outputs in the notebook.
Nisar dem notebook
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
omshinde
requested changes
Mar 9, 2026
Collaborator
Author
|
Thank you @omshinde. Its ready to be merged. |
| "```python\n", | ||
| "workspace = resp[\"authorized_s3_paths\"][0]\n", | ||
| "bucket = workspace[\"bucket\"]\n", | ||
| "prefix = resp.get(\"prefix\") or \"\"\n", |
Member
There was a problem hiding this comment.
This line isn't working for me because resp doesn't have prefix outside of of the authorized_s3_paths list. There isn't one listed in the schema this is supposed to return too from step 1. Should this be workspace.get("prefix") or ""
Also, this code doesn't work for me for 2i2c but does in the ADE
@bsatoriu In 2i2c I get this error
ClientError: An error occurred (AccessDenied) when calling the ListObjectsV2 operation: User: arn:aws:sts::<aws accnt ops MCP>:assumed-role[/MAAP-API-User-Folder/workspace-session-grace.llewellyn](https://hub.maap-project.org/MAAP-API-User-Folder/workspace-session-grace.llewellyn) is not authorized to perform: s3:ListBucket on resource: "arn:aws:s3:::maap-ops-workspace" because no session policy allows the s3:ListBucket action```
Member
|
The NISAR notebooks work for me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.