These sections are raw cells and do not execute:
import boto3
from botocore.config import Config
from earthscope_sdk import EarthScopeClient
BUCKET = "earthscope-mseed-res-na3mtd4fq5kz7pntcyr1uh46use2a--ol-s3"
# Creates a daemon that renews the s3 client every 3400 s - timeout is 3600 s
s3_master_client = s3wp.ImmortalS3Client(dask_client)
s3_master_client.start()
Running this cell returns and error:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[6], line 8
4
5 BUCKET = "earthscope-mseed-res-na3mtd4fq5kz7pntcyr1uh46use2a--ol-s3"
6
7 # Creates a daemon that renews the s3 client every 3400 s - timeout is 3600 s
----> 8 s3_master_client = s3wp.ImmortalS3Client(dask_client)
9 s3_master_client.start()
NameError: name 's3wp' is not defined
s3_master_client.status()
s3_master_client is never creates
These sections are raw cells and do not execute:
Running this cell returns and error:
s3_master_client.status()s3_master_client is never creates