123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- <!DOCTYPE html>
- <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
- <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="description" content="Tools for manipulating files in Azure storage, including upload, download, SAS URL creation, move, delete">
-
- <link rel="canonical" href="https://OLC-LOC-Bioinformatics.github.io/AzureStorage/">
- <link rel="shortcut icon" href="img/favicon.ico">
- <title>OLC Bioinformatics Azure Storage</title>
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700" />
- <link rel="stylesheet" href="css/theme.css" />
- <link rel="stylesheet" href="css/theme_extra.css" />
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" />
-
- <script>
- // Current page data
- var mkdocs_page_name = "Home";
- var mkdocs_page_input_path = "index.md";
- var mkdocs_page_url = "/AzureStorage/";
- </script>
-
- <script src="js/jquery-2.1.1.min.js" defer></script>
- <script src="js/modernizr-2.8.3.min.js" defer></script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
- <script>hljs.initHighlightingOnLoad();</script>
-
- </head>
- <body class="wy-body-for-nav" role="document">
- <div class="wy-grid-for-nav">
-
- <nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
- <div class="wy-side-scroll">
- <div class="wy-side-nav-search">
- <a href="." class="icon icon-home"> OLC Bioinformatics Azure Storage</a>
- <div role="search">
- <form id ="rtd-search-form" class="wy-form" action="./search.html" method="get">
- <input type="text" name="q" placeholder="Search docs" title="Type search term here" />
- </form>
- </div>
- </div>
- <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
- <ul class="current">
- <li class="toctree-l1 current"><a class="reference internal current" href=".">Home</a>
- <ul class="current">
- <li class="toctree-l2"><a class="reference internal" href="#feedback">Feedback</a>
- </li>
- </ul>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="install/">Installation</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="credentials/">Credentials</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="upload/">Upload</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="sas_url/">SAS URL</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="move/">Move</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="download/">Download</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="set_tier/">Set Tier</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="delete/">Delete</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="automate/">Automate</a>
- </li>
- </ul>
- <ul>
- <li class="toctree-l1"><a class="reference internal" href="list/">List</a>
- </li>
- </ul>
- </div>
- </div>
- </nav>
- <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
-
- <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
- <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
- <a href=".">OLC Bioinformatics Azure Storage</a>
- </nav>
-
- <div class="wy-nav-content">
- <div class="rst-content">
- <div role="navigation" aria-label="breadcrumbs navigation">
- <ul class="wy-breadcrumbs">
- <li><a href=".">Docs</a> »</li>
-
-
-
- <li>Home</li>
- <li class="wy-breadcrumbs-aside">
-
- <a href="https://github.com/OLC-LOC-Bioinformatics/AzureStorage/edit/main/docs/index.md"
- class="icon icon-github"> Edit on GitHub</a>
-
- </li>
- </ul>
-
- <hr/>
- </div>
- <div role="main">
- <div class="section">
-
- <h2 id="olc-bioinformatics-azurestorage-tools">OLC Bioinformatics AzureStorage tools</h2>
- <p>This suite of tools (written in Python) allows you to manipulate containers/files/folders in your Azure storage account.</p>
- <p>There are nine scripts in this package:</p>
- <ol>
- <li><a href="credentials/"><code>AzureCredentials</code></a>: enter, modify, or delete your Azure connection string and account name into your system keyring, avoiding storing plain text passwords, environmental variables, and entering the connection string every time you run one of the scripts in the package</li>
- <li><a href="upload/"><code>AzureUpload</code></a>: upload a file or folder to a container in your Azure storage account</li>
- <li><a href="sas_url/"><code>AzureSAS</code></a>: create SAS (shared access signature) URLs for a file, a folder, or an entire container in your Azure storage account.</li>
- <li><a href="move/"><code>AzureMove</code></a>: move a file, folder, or an entire container within your Azure storage account</li>
- <li><a href="download/"><code>AzureDownload</code></a>: download a file, folder, or an entire container from your Azure storage account</li>
- <li><a href="set_tier/"><code>AzureTier</code></a>: set the storage tier of a file, folder, or an entire container from your Azure storage account</li>
- <li><a href="delete/"><code>AzureDelete</code></a>: delete a file, folder, or an entire container from your Azure storage account</li>
- <li><a href="automate/"><code>AzureAutomate</code></a>: run upload, sas, move, download, set_tier, and/or delete in batch</li>
- <li><a href="list/"><code>AzureList</code></a>: List and optionally filter containers and/or files in your Azure storage account</li>
- </ol>
- <h3 id="feedback">Feedback</h3>
- <p>If you encounter any issues installing or running AzureStorage, have feature requests, or need assistance, please <a href="https://github.com/OLC-LOC-Bioinformatics/AzureStorage/issues/new/choose">open an issue on GitHub</a>, or email me at <code>adam.koziol@inspection.gc.ca</code> </p>
-
- </div>
- </div>
- <footer>
-
- <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
-
- <a href="install/" class="btn btn-neutral float-right" title="Installation">Next <span class="icon icon-circle-arrow-right"></span></a>
-
-
- </div>
-
- <hr/>
- <div role="contentinfo">
- <!-- Copyright etc -->
-
- </div>
- Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
- </footer>
-
- </div>
- </div>
- </section>
- </div>
- <div class="rst-versions" role="note" aria-label="versions">
- <span class="rst-current-version" data-toggle="rst-current-version">
-
- <a href="https://github.com/OLC-LOC-Bioinformatics/AzureStorage/" class="fa fa-github" style="float: left; color: #fcfcfc"> GitHub</a>
-
-
-
- <span style="margin-left: 15px"><a href="install/" style="color: #fcfcfc">Next »</a></span>
-
- </span>
- </div>
- <script>var base_url = '.';</script>
- <script src="js/theme.js" defer></script>
- <script src="search/main.js" defer></script>
- <script defer>
- window.onload = function () {
- SphinxRtdTheme.Navigation.enable(true);
- };
- </script>
- </body>
- </html>
- <!--
- MkDocs version : 1.1.2
- Build Date UTC : 2022-05-06 13:41:25.340439+00:00
- -->
|