Skip to content

Commit

Permalink
final fix ong
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Jun 15, 2024
1 parent ad3a8ec commit 8a53ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def delete_file(filename, bucket):

def transfer_file(filename, from_bucket, to_bucket):
# Download file
download_file(filename, tmp_dir + "/" + filename, from_bucket)
download_file(filename, TEMP_ASSET_DIR + "/" + filename, from_bucket)

# Delete file in the old bucket
# run_command(f's3cmd --config={bucket_map[from_bucket]} del {from_bucket}/{filename}')
Expand Down

0 comments on commit 8a53ad2

Please sign in to comment.