Coder Social home page Coder Social logo

transfer's Introduction

Transfer

This project holds a simple go application for uploading, downloading and checksumming of files. All actions require a S3 based storage like minio.

Parameters

Usage of ./transfer:
  -cleanup.disable
    	manage object deletion process
  -cleanup.interval int
    	interval in seconds for cleanup (default 60)
  -healthcheck.interval int
    	interval in seconds for healthcheck (default 2)
  -healthcheck.return.gap duration
    	time in seconds for declaring the service as healthy after successful check (default 2s)
  -link.prefix string
    	prepending stuff for download link (default "http")
  -metrics.listen-address string
    	metrics endpoint listen address (default "127.0.0.1:9042")
  -s3.access string
    	s3 access key
  -s3.bucket string
    	s3 storage bucket
  -s3.endpoint string
    	address to s3 endpoint
  -s3.secret string
    	s3 secret key
  -s3.secure
    	use tls for connection (default true)
  -upload.limit int
    	Upload limit in GiB (default 2)
  -web.listen-address string
    	web server listen address (default ":8080")

transfer's People

Contributors

fsrv-xyz avatar

Stargazers

 avatar  avatar

Watchers

 avatar

transfer's Issues

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.