We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c21bd5 commit c471831Copy full SHA for c471831
seleniumbase/config/settings.py
@@ -43,10 +43,10 @@
43
44
# Amazon S3 Bucket Credentials
45
# (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]]"
+S3_LOG_BUCKET = "[S3 BUCKET NAME]"
+S3_BUCKET_URL = "https://[S3 BUCKET NAME].s3.amazonaws.com/"
+S3_SELENIUM_ACCESS_KEY = "[S3 ACCESS KEY]"
+S3_SELENIUM_SECRET_KEY = "[S3 SECRET KEY]"
50
51
# MySQL DB Credentials
52
# (For saving data from tests)
0 commit comments