Skip to content
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

✨ Call access_aws for all paths and cache #762

Merged
merged 8 commits into from
May 18, 2024
Merged

✨ Call access_aws for all paths and cache #762

merged 8 commits into from
May 18, 2024

Conversation

Koncopd
Copy link
Member

@Koncopd Koncopd commented May 15, 2024

No description provided.

@Koncopd Koncopd force-pushed the s3_creds branch 2 times, most recently from 389af04 to 7148bff Compare May 15, 2024 17:27
Copy link

github-actions bot commented May 17, 2024

@github-actions github-actions bot temporarily deployed to pull request May 17, 2024 18:16 Inactive
@falexwolf falexwolf changed the title ✨ Call access_aws for all paths and cache ✨ Call access_aws for all paths and cache May 17, 2024
Copy link
Member

@falexwolf falexwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! 😄

@@ -235,6 +236,12 @@ def root(self) -> UPath:
if self._root is None:
# below makes network requests to get credentials
self._root = create_path(self._root_init, access_token=self.access_token)
elif getattr(self._root, "protocol", "") == "s3":
# this is needed to be sure that the root always have nonexpired credentials
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to fix: has

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, this cannot yet be merged? 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not it can be.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, in that case I'll merge and start playing with it!

@github-actions github-actions bot temporarily deployed to pull request May 18, 2024 09:23 Inactive
@falexwolf falexwolf merged commit 8f7c55b into main May 18, 2024
8 of 9 checks passed
@falexwolf falexwolf deleted the s3_creds branch May 18, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants