Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + func BlobKeyForFile(c context.Context, filename string) (appengine.BlobKey, error) + func Delete(c context.Context, blobKey appengine.BlobKey) error + func DeleteMulti(c context.Context, blobKey []appengine.BlobKey) error + func ParseUpload(req *http.Request) (blobs map[string][]*BlobInfo, other url.Values, err error) + func Send(response http.ResponseWriter, blobKey appengine.BlobKey) + func UploadURL(c context.Context, successPath string, opts *UploadURLOptions) (*url.URL, error) + type BlobInfo struct + BlobKey appengine.BlobKey + ContentType string + CreationTime time.Time + Filename string + MD5 string + ObjectName string + Size int64 + func Stat(c context.Context, blobKey appengine.BlobKey) (*BlobInfo, error) + type Reader interface + func NewReader(c context.Context, blobKey appengine.BlobKey) Reader + type UploadURLOptions struct + MaxUploadBytes int64 + MaxUploadBytesPerBlob int64 + StorageBucket string