Santhosh Subramanian commited on
Commit
e52db89
·
1 Parent(s): f5ee452

adding aws limit increase

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ if "view" not in st.session_state:
34
  def callback():
35
  st.session_state["button_clicked"] = True
36
 
 
37
 
38
  def zip_and_upload_images(identifier, uploaded_files, image_type):
39
  if not os.path.exists(identifier):
 
34
  def callback():
35
  st.session_state["button_clicked"] = True
36
 
37
+ os.system('aws configure set default.s3.multipart_threshold 200MB')
38
 
39
  def zip_and_upload_images(identifier, uploaded_files, image_type):
40
  if not os.path.exists(identifier):