-
Notifications
You must be signed in to change notification settings - Fork 549
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
[Storage] Uploading list of files to bucket fails #1510
Comments
Ah yes this is a problem.. Didn't realize Line 128 in 742c1dc
|
I ran into this while running smoke tests. Could we fix it soon @infwinston?
|
#1519 is fixing this. It will be merged soon. ;) |
Yes @Michaelvll's PR include the fix. Romil just approved it, but happy to do additional reviews if needed. |
Seems the following test failed, after this #1494, cc @infwinston:
I believe the reason is that we did not take the
self.source
to be a list into account in the following place.skypilot/sky/data/storage.py
Lines 723 to 728 in 742c1dc
The text was updated successfully, but these errors were encountered: