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 d284e78 commit 49d8dc5Copy full SHA for 49d8dc5
data/downloading-data/direct-loading.md
@@ -115,7 +115,7 @@ file_urls = idc_client.get_series_file_URLs(
115
116
# Configure a client to avoid the need for AWS credentials
117
s3_client = s3fs.S3FileSystem(
118
- anon=True, # no credentials needed to access pubilc data
+ anon=True, # no credentials needed to access public data
119
default_block_size=50_000, # ~50kB data pulled in each request
120
use_ssl=False # disable encryption for a speed boost
121
)
0 commit comments