You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dmpetrov I assume you want to copy local file to cloud bucket, but this is not something we support in cp at the moment. It only allows copying files from cloud to local directory.
What happens in your example is on first command test,py is seen as "source" and gs://mpii-human-pose/test.py is seen as local directory destination and you end up creating gs:///mpii-human-pose/test.py in your working directory.
Second command lists actual bucket and there is no test.py in it, as expected.
Third command tries to do the same as first one but that directory path ( gs:///mpii-human-pose/test.py) with file already exists locally.
Should we create new issue to implement copy from local to cloud?
@ilongin thank you for the explanation! Let's keep it open for now. We might need some simple shortcuts anyway like download() and upload() and implement a proper cp later.
Description
🤷♂
Version Info
The text was updated successfully, but these errors were encountered: