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
For operations on files with unknown extensions like the following
$ into s3://mybucket/myfile.xyz myfile.xyz
We currently fail because we can't assign a particular node based off of the extension. One solution would be to create a Blob type to handle unknown things like this.
The text was updated successfully, but these errors were encountered:
For operations on files with unknown extensions like the following
We currently fail because we can't assign a particular node based off of the extension. One solution would be to create a
Blob
type to handle unknown things like this.The text was updated successfully, but these errors were encountered: