Sean Laurent commited on
Commit
debf98a
·
1 Parent(s): 212910b

Testing boto3

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ model_inputs = {
37
  }
38
  }
39
 
 
40
  for obj in bucket.objects.all():
41
  print(obj.key)
42
 
 
37
  }
38
  }
39
 
40
+ # Test
41
  for obj in bucket.objects.all():
42
  print(obj.key)
43