919c76fc58443cc74bcef0000856f31a8d767448,lib/streamlit/config.py,,,#,556
Before Change
return True
_create_option(
"browser.proxyPort",
description="""
Port that the browser should use to connect to the server.
Default: whatever value is set in browser.serverPort.
""",
deprecation_text="Use browser.serverPort instead.",
replaced_by="browser.serverPort",
expiration_date=PROXY_DEPRECATION_EXPIRATION)
@_create_option("browser.serverPort")
@util.memoize
After Change
return None
_create_option(
"s3.requireLoginToView",
description="""Make the shared report visible only to users who have been
granted view permission. If you are interested in this option, contact
us at support@streamlit.io.
""",
default_val=False)
_create_option(
"s3.keyPrefix",
description="""The "subdirectory" within the S3 bucket where to save
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 2
Instances
Project Name: streamlit/streamlit
Commit Name: 919c76fc58443cc74bcef0000856f31a8d767448
Time: 2019-07-23
Author: thiago@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: dd538e4b2d5752c27e686fd1f2e23c627ab63aa7
Time: 2019-05-21
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 7bcbe380821901f3eaa2b2c6228f6fea5e9007c7
Time: 2020-08-08
Author: karrie@streamlit.io
File Name: lib/streamlit/config.py
Class Name:
Method Name:
Project Name: streamlit/streamlit
Commit Name: 4958674c4d7dca0a8118bbb2cd4abe4ba946151b
Time: 2019-05-30
Author: thiagot@gmail.com
File Name: lib/streamlit/config.py
Class Name:
Method Name: