Skip to content

Commit

Permalink
deploy: f478fcd
Browse files Browse the repository at this point in the history
  • Loading branch information
Hagellach37 committed Aug 26, 2024
1 parent 07bd7be commit 9073770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _sources/notebooks/03b_highways_timeline_DuckDB_only.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"source": [
"import os\n",
"\n",
"s3_user = \"admin\" # add your user here\n",
"s3_password = \"frephIkHageynLangIlpordUrd9FracGorAsEuvafoodVoxwoycsyohoddowtOct\" # add your password here"
"s3_user = os.environ[\"S3_ACCESS_KEY_ID\"] # add your user here\n",
"s3_password = os.environ[\"S3_SECRET_ACCESS_KEY\"] # add your password here"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebooks/03b_highways_timeline_DuckDB_only.html
Original file line number Diff line number Diff line change
Expand Up @@ -483,8 +483,8 @@ <h1>Getting started<a class="headerlink" href="#getting-started" title="Link to
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>

<span class="n">s3_user</span> <span class="o">=</span> <span class="s2">&quot;admin&quot;</span> <span class="c1"># add your user here</span>
<span class="n">s3_password</span> <span class="o">=</span> <span class="s2">&quot;frephIkHageynLangIlpordUrd9FracGorAsEuvafoodVoxwoycsyohoddowtOct&quot;</span> <span class="c1"># add your password here</span>
<span class="n">s3_user</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">environ</span><span class="p">[</span><span class="s2">&quot;S3_ACCESS_KEY_ID&quot;</span><span class="p">]</span> <span class="c1"># add your user here</span>
<span class="n">s3_password</span> <span class="o">=</span> <span class="n">os</span><span class="o">.</span><span class="n">environ</span><span class="p">[</span><span class="s2">&quot;S3_SECRET_ACCESS_KEY&quot;</span><span class="p">]</span> <span class="c1"># add your password here</span>
</pre></div>
</div>
</div>
Expand Down
Loading

0 comments on commit 9073770

Please sign in to comment.