We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
I have total 373 files in my artifactory path, and below example code spend more than 3 seconds. 😭
path = ArtifactoryPath("http://repo.jfrog.org/artifactory/distributions/org/") for p in path.glob("**/*.gz"): print(p)
But the official listing API returns immediately. (in a milli seconds) https://jfrog.com/help/r/jfrog-rest-apis/file-list
Can you please improve the performance for the basic file listing call?
The text was updated successfully, but these errors were encountered:
Hi! We're open for pull requests!
Sorry, something went wrong.
No branches or pull requests
Hello.
I have total 373 files in my artifactory path, and below example code spend more than 3 seconds. 😭
But the official listing API returns immediately. (in a milli seconds)
https://jfrog.com/help/r/jfrog-rest-apis/file-list
Can you please improve the performance for the basic file listing call?
The text was updated successfully, but these errors were encountered: