dataloop-ai / dtlpy

Python SDK and CLI for Dataloop Platform
Apache License 2.0
16 stars 15 forks source link

Add support for uploading items from cloud platforms #4

Closed simeoncarstens closed 4 years ago

simeoncarstens commented 4 years ago

Currently, it looks to me like dtlpy does not support adding items from, say, a Google Cloud Storage (GCS) bucket or from S3 AWS storage. This would be very useful to me and most certainly many other users, because the way it is now, one has to, in case of GCS, create a signed URL to a blob and pass that signed URL to Items.upload(), which then gets you in trouble because of missing "file names" in signed URLs (related: #3).

AharonDL commented 4 years ago

I am closing this issue because it was resolved in #3