-
-
Notifications
You must be signed in to change notification settings - Fork 382
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
Implement seek over HTTPS #331
Comments
How could we support seek over gzip? Sounds very tricky. |
We're not actually seeking over gzip. The above code is seeking over raw bytes. |
Aha. We don't recognize Not sure if |
Yes, we don't. I'll reword the ticket as a feature request, that way someone may feel more inclined to act on it. |
raises "UnsupportedOperation: seek"
smart_open 1.8.3
The text was updated successfully, but these errors were encountered: