I hereby claim:
- I am bsmithyman on github.
- I am bsmithyman (https://keybase.io/bsmithyman) on keybase.
- I have a public key ASBOa1GAD4sXYNqt3C8cl8KaXBx0A4erRUGsaYDCE_3j0Ao
To claim this, I am signing this object:
import json | |
import os | |
from oauth2client.service_account import ServiceAccountCredentials | |
import httplib2 | |
GCP_CREDENTIALS_FILE = os.getenv('GCP_CREDENTIALS_FILE', 'client-secret.json') | |
GCS_UPLOAD_URL_PATTERN = 'https://www.googleapis.com/upload/storage'+ \ | |
'/v1/b/{bucket}/o?uploadType=resumable' | |
def get_upload_url(bucket, filename, content_length, content_type='application/octet-stream'): |
I hereby claim:
To claim this, I am signing this object: