Coder Social home page Coder Social logo

cloud-uploader's Introduction

Cloud Uploader CLI

This is my take on the LearnToCloud Phase 1 Capstone Project.

The Cloud Uploader CLI tool is a bash script that allows users to quickly upload a file to the specified cloud storage solution, which in my case, is Microsoft Azure. This script provides a simple and seamless upload experience; providing a wrapper to the az storage upload command.

Pre-requisites

I made a blog post in Hashnode detailing the initial setup. I kindly ask you to check the article as I dove into great detail on how to setup the environment to work with Azure.

Usage

  1. Clone the repository:

    git clone https://github.com/jinjinir/cloud-uploader.git
  2. Go into the directory:

    cd cloud-uploader
  3. Choose one of the below on how to execute the script.

    Option 1: Run the script by invoking bash and passing the script name, the name of your container storage, and the name of the file you want to upload:

    bash clouduploader <name of the azure container> </path/to/file.ext>

    Option 2: Make the script executable and pass the script name, the name of your container storage, and the name of the file you want to upload:

    chmod +x ./clouduploader
    ./clouduploader <name of the azure container> </path/to/file.ext>

What's next?

Pull requests are welcome! Advanced features still missing, such as:

  • Allowing multiple file uploads at once
  • Add a progress bar or percentage upload completion
  • Provide an option to generate and display a shareable link post-upload
  • Enable file synchronization
  • Integrate encryption for added security before the upload

Contributing

Submit a pull request

If you'd like to contribute, please fork the repository and open a pull request to the main branch.

cloud-uploader's People

Contributors

jinjinir avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.