-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Improve error message for streaming #1839
Conversation
Raise an error if the user tries to use --recursive
Improve error message for streaming
Are the docs in this repo? It would be great if they were updated as well. |
Depends, what part of the docs were you looking to get updated? |
I suggest a note in the entry for "Downloading a S3 object as a local file stream", indicating the recursive flag is not valid in combo: |
While we're being thorough, it should be "Downloading an S3 object as a local file stream". :) |
PR for doc update here: /pull/1840 |
Update s3 cp docs re. /pull/1839
* release-1.10.11: Bumping version to 1.10.11 Update changelog with latest changes Update s3 cp docs re. /pull/1839 Improve error message for streaming Update put-metric-alarm.rst Refactor Completer tests to use fake data
* release-1.10.11: Bumping version to 1.10.11 Update changelog with latest changes Update s3 cp docs re. /pull/1839
Raise an error if the user tries to use --recursive
Fixes #1771
cc @jamesls @JordonPhillips