absto

module
v0.5.8 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: MIT

README

absto

Abstraction of file storage for golang (currently for filesystem and S3).

Usage

Usage of absto:
  -fileSystemDirectory /data
        [filesystem] Path to directory. Default is dynamic. /data on a server and Current Working Directory in a terminal. {ABSTO_FILE_SYSTEM_DIRECTORY} (default "/Users/vboutour/code/absto")
  -objectAccessKey string
        [s3] Storage Object Access Key {ABSTO_OBJECT_ACCESS_KEY}
  -objectBucket string
        [s3] Storage Object Bucket {ABSTO_OBJECT_BUCKET}
  -objectEndpoint string
        [s3] Storage Object endpoint {ABSTO_OBJECT_ENDPOINT}
  -objectSSL
        [s3] Use SSL {ABSTO_OBJECT_SSL} (default true)
  -objectSecretAccess string
        [s3] Storage Object Secret Access {ABSTO_OBJECT_SECRET_ACCESS}
  -partSize uint
        [s3] PartSize configuration {ABSTO_PART_SIZE} (default 5242880)

Directories

Path Synopsis
pkg
s3

Jump to

Keyboard shortcuts

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