absto

module
v1.7.10 Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 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 "$(PWD)")
  -objectAccessKey string
        [s3] Storage Object Access Key {ABSTO_OBJECT_ACCESS_KEY}
  -objectBucket string
        [s3] Storage Object Bucket {ABSTO_OBJECT_BUCKET}
  -objectClass string
        [s3] Storage Object Class {ABSTO_OBJECT_CLASS}
  -objectEndpoint string
        [s3] Storage Object endpoint {ABSTO_OBJECT_ENDPOINT}
  -objectRegion string
        [s3] Storage Object Region {ABSTO_OBJECT_REGION}
  -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