s3

package
v0.0.0-...-4ba1123 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2024 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Overview

Package s3 registers the "s3" blobserver storage type, storing blobs in an Amazon Web Services' S3 storage bucket.

Example low-level config:

"/r1/": {
    "handler": "storage-s3",
    "handlerArgs": {
       "bucket": "foo",
       "aws_region": "us-east-1",
       "aws_access_key": "...",
       "aws_secret_access_key": "...",
       "skipStartupCheck": false
     }
},

Jump to

Keyboard shortcuts

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