bput

command module
v0.0.0-...-fdda870 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: MIT Imports: 11 Imported by: 0

README

bput

bput is a command line tool to upload blobs to Azure Blob Storage.

bput assumes that you have a System-assigned Managed Identity assigned on your Azure VM, and the identity has been provided Storage Blob Data Contributor Role to the Azure Blob Storage account that you want to upload to.

bput uses the official Azure SDK for Go.

Usage

Usage: bput [options] <file1> <file2>...
  -a string
    	account
  -b string
    	bucket/container
  -p string
    	path prefix

Example: bput -a myaccount -b mycontainer file1 file1.md5sum

Compilation

go mod download
make

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