Skip to content

Commit 4342e5c

Browse files
committed
fix: 잘못된 버킷 명으로 PublicFile이 기본 버킷에 들어가는 문제 수정
1 parent e665371 commit 4342e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
)
286286
PUBLIC_STORAGE_OPTIONS = (
287287
{
288-
"bucket_name": PRIVATE_STORAGE_BUCKET_NAME,
288+
"bucket_name": PUBLIC_STORAGE_BUCKET_NAME,
289289
"file_overwrite": False,
290290
"addressing_style": "path",
291291
}

0 commit comments

Comments
 (0)