Skip to content

Commit c471831

Browse files
committed
Text Formatting
1 parent 5c21bd5 commit c471831

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

seleniumbase/config/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
# Amazon S3 Bucket Credentials
4545
# (For saving screenshots and other log files from tests)
46-
S3_LOG_BUCKET = "[[S3 BUCKET NAME]]"
47-
S3_BUCKET_URL = ("https://[[S3 BUCKET_NAME]].s3.amazonaws.com/")
48-
S3_SELENIUM_ACCESS_KEY = "[[S3_ACCESS_KEY]]"
49-
S3_SELENIUM_SECRET_KEY = "[[S3_SECRET_KEY]]"
46+
S3_LOG_BUCKET = "[S3 BUCKET NAME]"
47+
S3_BUCKET_URL = "https://[S3 BUCKET NAME].s3.amazonaws.com/"
48+
S3_SELENIUM_ACCESS_KEY = "[S3 ACCESS KEY]"
49+
S3_SELENIUM_SECRET_KEY = "[S3 SECRET KEY]"
5050

5151
# MySQL DB Credentials
5252
# (For saving data from tests)

0 commit comments

Comments
 (0)