Skip to content

Appengine Python direct upload to Google Cloud Storage using a signed url

Notifications You must be signed in to change notification settings

voscausa/appengine-gcs-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appengine-gcs-upload

Direct upload (form POST) to GCS using a signed url and a policy document.
Docs: https://cloud.google.com/storage/docs/xml-api/post-object

App Engine is used to create a form with a signed url and process the GCS callback when the file upload was successful.

Appengine app_identity.sign_blob() makes is very easy to create a signed url.

example

About

Appengine Python direct upload to Google Cloud Storage using a signed url

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published