azure-blob-uploader

command module
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2019 License: MIT Imports: 7 Imported by: 0

README

azure-blob-uploader

Travis CI Appveyor CircleCI

A small CLI tool written in golang for uploading files to Microsoft Azure Blob Storage

Feature

Single binary

It does not depend on other components such as openssl and python like azure-cli.

Install

Pre-built binary

release page

Usage

$ azure-blob-uploader -accout-name <ACCOUNT_NAME> -account-key <ACCOUNT_KEY> -c <CONTAINER_NAME> -f <FILE>
Build from source
$ git clone https://github.com/johejo/azure-blob-uploader.git
$ cd azure-blob-uploader/
$ go install

Motivation

I was ordered to upload files from a very old machine to Azure Blob Storage at a certain legacy project.
It was impossible to install azure-cli on that machine.
As a result I found an article by Toru Makabe and made an upload tool.
Because there may be people who are in trouble with other similar things, leave my deliverables here.

Great appreciation

Toru Makabe http://torumakabe.github.io/post/azblob_golang/

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL