Skip to content

Commit 28c7c5a

Browse files
committed
refactor: signed URL 발급 파일명 수정
1 parent 479ab87 commit 28c7c5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gcs/generate_signed_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def generate_signed_url(file_name):
88
try:
99
bucket = get_bucket()
10-
blob_name = join(f"results/{file_name}.avi")
10+
blob_name = join(f"results/{file_name}")
1111
blob = bucket.blob(blob_name)
1212

1313
url = blob.generate_signed_url(

0 commit comments

Comments
 (0)