Skip to content

Commit 1ee396f

Browse files
committed
Refactor: 코드 포멧 수정
1 parent d140f58 commit 1ee396f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyconweb2022/pyconweb2022/settings.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
STATIC_URL = "static/"
134134

135135
# S3
136-
DEFAULT_FILE_STORAGE = "pyconweb2022.customBoto3Storage.SecurityTokenWorkaroundS3Boto3Storage"
136+
DEFAULT_FILE_STORAGE = (
137+
"pyconweb2022.customBoto3Storage.SecurityTokenWorkaroundS3Boto3Storage"
138+
)
137139
STATICFILES_STORAGE = "storages.backends.s3boto3.S3StaticStorage"
138140
AWS_S3_SESSION_PROFILE = "pycon"
139141
AWS_STORAGE_BUCKET_NAME = os.getenv("AWS_STATIC_S3_BUCKET")

0 commit comments

Comments
 (0)