@@ -33,7 +33,7 @@ class Command(CompatibilityBaseCommand): |
||
| 33 | 33 |
qiniu_key = 'fujifilm/uncompressed/{}'.format(file_path)
|
| 34 | 34 |
print(' >> File Path: {}'.format(file_path))
|
| 35 | 35 |
print(' >> Qiniu Path: {}'.format(qiniu_key))
|
| 36 |
- upload_file_path(file_path, key=qiniu_key, bucket='tamron', compress=False) |
|
| 36 |
+ upload_file_path(file_path, key=qiniu_key, bucket='tamron') |
|
| 37 | 37 |
os.remove(file_path) |
| 38 | 38 |
except Exception: |
| 39 | 39 |
pass |