Update 'face_recognition/app/app.py'
This commit is contained in:
parent
5d19c0d82b
commit
9baff19e2b
@ -25,9 +25,9 @@ def new_user_id():
|
||||
if check_id(id) == False:
|
||||
break
|
||||
demo_object = ['test']
|
||||
with open('demo_object.temp', 'wb') as f:
|
||||
with open('/tmp/demo_object.temp', 'wb') as f:
|
||||
pickle.dump(demo_object, f)
|
||||
with open('demo_object.temp', 'rb') as demo_object:
|
||||
with open('/tmp/demo_object.temp', 'rb') as demo_object:
|
||||
minioClient.put_object('users', str(id), demo_object, os.stat('demo_object').st_size)
|
||||
#funktionalität implementieres s3 Platzhalterdatei anlegen für user,
|
||||
return(id)
|
||||
|
Loading…
Reference in New Issue
Block a user