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

Caching of the etag property #319

Open
Happyzippy opened this issue Feb 10, 2023 · 0 comments
Open

Caching of the etag property #319

Happyzippy opened this issue Feb 10, 2023 · 0 comments

Comments

@Happyzippy
Copy link

The etag property is evaluated by the pycharm debugger at every brake resulting in many extra calls for object metadata
Additionally the for s3 the etag property is available when listing files, but is lost when creating the S3Path object

These problems could be alleviated by caching the etag on the object and populating it when known.

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

No branches or pull requests

1 participant