Tao Bian
Kevin Kho
from gcloud import storage client = storage.Client() bucket = client.get_bucket('<your-bucket-name>') filename = "%s/%s" % (folder, filename) blob = bucket.blob(filename) # Uploading from local file without open() blob.upload_from_filename('photo.jpg')
@task def upload(...): from gcloud import storage client = storage.Client() bucket = client.get_bucket('<your-bucket-name>') filename = "%s/%s" % (folder, filename) blob = bucket.blob(filename) blob.upload_from_filename('photo.jpg')
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.