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 d74d79d commit b67cf9fCopy full SHA for b67cf9f
tutorials/002 - Sessions.ipynb
@@ -124,28 +124,6 @@
124
"\n",
125
"wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
126
]
127
- },
128
- {
129
- "cell_type": "code",
130
- "execution_count": 5,
131
- "metadata": {},
132
- "outputs": [
133
134
- "data": {
135
- "text/plain": [
136
- "False"
137
- ]
138
139
140
141
- "output_type": "execute_result"
142
- }
143
- ],
144
- "source": [
145
- "my_session = boto3.Session(region_name=\"us-east-2\")\n",
146
- "\n",
147
- "wr.s3.does_object_exist(\"s3://noaa-ghcn-pds/fake\", boto3_session=my_session)"
148
149
}
150
],
151
"metadata": {
0 commit comments