-
Notifications
You must be signed in to change notification settings - Fork 62
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
[bug] skylark cp does not warn user if object does not exist #237
Comments
parasj
changed the title
skylark cp does not warn user if object does not exist
[bug] skylark cp does not warn user if object does not exist
Mar 31, 2022
ethanmehta
added a commit
that referenced
this issue
Apr 4, 2022
ethanmehta
added a commit
that referenced
this issue
Apr 6, 2022
… method of s3_interface.py, if source bucket does not exist. bug #237
ethanmehta
added a commit
that referenced
this issue
Apr 6, 2022
… of s3_interface.py, if source bucket does not exist. bug #237
ethanmehta
added a commit
that referenced
this issue
Apr 6, 2022
…loud to cloud with s3 source bucket
ethanmehta
added a commit
that referenced
this issue
Apr 6, 2022
…if the source bucket or object do not exist, bug #237
ethanmehta
added a commit
that referenced
this issue
Apr 26, 2022
…#248) * Fixed bug #237 skylark cp does not warn user if object does not exist * For aws, aborts with error message and typer.abort in infer_s3_region method of s3_interface.py, if source bucket does not exist. bug #237 * For aws, aborts with error message and typer.abort in __init__ method of s3_interface.py, if source bucket does not exist. bug #237 * Bug #237, skylark now warns and aborts if object does not exist for cloud to cloud with s3 source bucket * For a cp between a s3 bucket and local, skylark now warns and aborts if the source bucket or object do not exist, bug #237 * Incorporating changes from review * Added MissingBucketException and MissingObjectException in exceptions.py. Skylark raises these instead of typer.Abort. Co-authored-by: Paras Jain <[email protected]>
Repository owner
moved this from Under review
to Done
in Skylark Alpha release
Apr 26, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It does not throw an exception, instead it prints "Downloading: 0.00B [00:00, ?B/s]". It also does not handle non-existent buckets gracefully, it just throws an exception from boto3.
The text was updated successfully, but these errors were encountered: