pyImageServer icon indicating copy to clipboard operation
pyImageServer copied to clipboard

An Image Server based on flask,can be deployed on many Paas instance

Results 2 pyImageServer issues
Sort by recently updated
recently updated
newest added

baestore.py里: def dump_file(filename,file_obj): b = bcs.bucket(BUCKET) with NamedTemporaryFile() as f: o = b.object('/%s'%filename) o.put_file(f.name) file_obj没有用到,是不是有问题?