Command-line client for uploading blobs to the Mozilla [blobber] server.
Project description
blobuploader is a command-line client for uploading to the [blobber] server.
Installation
============
Run `pip install -r requirements.txt` to install Python prerequisites.
Run `python setup.py install` to install the modules and command-line tools.
Configuration
=============
You will need to provide an authentication file containing a username and password matching those you specified in your blobber server config.
The file contents should look like:
````
blobber_username = 'username'
blobber_password = 'password'
````
Usage
=====
Run `blobberc.py -u *URL* -a *auth file* -b *branch name* *path to file*` to upload a file to the blobber server at *URL*.
*auth file* should be the path to the file containing the username/password you've previously configured. *branch name* is a tag to indicate which branch this blob belongs to. Note that blobber has a hardcoded [whitelist] of file types that are acceptable, as well as a [whitelist] of allowed IP addresses.
[blobber]: https://github.com/catlee/blobber
[whitelist]: https://github.com/catlee/blobber/blob/master/blobber/config.py#L6
Installation
============
Run `pip install -r requirements.txt` to install Python prerequisites.
Run `python setup.py install` to install the modules and command-line tools.
Configuration
=============
You will need to provide an authentication file containing a username and password matching those you specified in your blobber server config.
The file contents should look like:
````
blobber_username = 'username'
blobber_password = 'password'
````
Usage
=====
Run `blobberc.py -u *URL* -a *auth file* -b *branch name* *path to file*` to upload a file to the blobber server at *URL*.
*auth file* should be the path to the file containing the username/password you've previously configured. *branch name* is a tag to indicate which branch this blob belongs to. Note that blobber has a hardcoded [whitelist] of file types that are acceptable, as well as a [whitelist] of allowed IP addresses.
[blobber]: https://github.com/catlee/blobber
[whitelist]: https://github.com/catlee/blobber/blob/master/blobber/config.py#L6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blobuploader-1.2.4.tar.gz
(6.1 kB
view details)
File details
Details for the file blobuploader-1.2.4.tar.gz
.
File metadata
- Download URL: blobuploader-1.2.4.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6039685fd316bb479213403fc51f218e2ed47e4b7f2ab57b2db64ab523198537 |
|
MD5 | 33bce245e5c8c00649eecdb2177b50f5 |
|
BLAKE2b-256 | 1c509d55312fe4fcf3fea2d167e18f1a0486ca2d66fe24b7a9fda32faf127d9b |