From a3b7867722d77586dfe1eeda58c0ba4ae055c6d1 Mon Sep 17 00:00:00 2001 From: Vincent Boutour Date: Sun, 20 Nov 2022 10:22:20 +0100 Subject: [PATCH] chore(deps): Bumping absto for configuring storage class Signed-off-by: Vincent Boutour --- README.md | 6 +++++- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5f7c5b2e..83f457eb 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ Usage of fibr: -chunkUpload [crud] Use chunk upload in browser {FIBR_CHUNK_UPLOAD} -csp string - [owasp] Content-Security-Policy {FIBR_CSP} (default "default-src 'self'; base-uri 'self'; script-src 'self' 'httputils-nonce' unpkg.com/webp-hero@0.0.2/dist-cjs/ unpkg.com/leaflet@1.9.3/dist/ unpkg.com/leaflet.markercluster@1.5.1/; style-src 'httputils-nonce' unpkg.com/leaflet@1.9.3/dist/ unpkg.com/leaflet.markercluster@1.5.1/; img-src 'self' data: a.tile.openstreetmap.org b.tile.openstreetmap.org c.tile.openstreetmap.org") + [owasp] Content-Security-Policy {FIBR_CSP} (default "default-src 'self'; base-uri 'self'; script-src 'self' 'httputils-nonce' unpkg.com/webp-hero@0.0.2/dist-cjs/ unpkg.com/leaflet@1.9.3/dist/ unpkg.com/leaflet.markercluster@1.5.1/; style-src 'self' 'httputils-nonce' unpkg.com/leaflet@1.9.3/dist/ unpkg.com/leaflet.markercluster@1.5.1/; img-src 'self' data: a.tile.openstreetmap.org b.tile.openstreetmap.org c.tile.openstreetmap.org") -exifAmqpExchange string [exif] AMQP Exchange Name {FIBR_EXIF_AMQP_EXCHANGE} (default "fibr") -exifAmqpRoutingKey string @@ -382,8 +382,12 @@ Usage of fibr: [storage] Storage Object Access Key {FIBR_STORAGE_OBJECT_ACCESS_KEY} -storageObjectBucket string [storage] Storage Object Bucket {FIBR_STORAGE_OBJECT_BUCKET} + -storageObjectClass string + [storage] Storage Object Class {FIBR_STORAGE_OBJECT_CLASS} -storageObjectEndpoint string [storage] Storage Object endpoint {FIBR_STORAGE_OBJECT_ENDPOINT} + -storageObjectRegion string + [storage] Storage Object Region {FIBR_STORAGE_OBJECT_REGION} -storageObjectSSL [storage] Use SSL {FIBR_STORAGE_OBJECT_SSL} (default true) -storageObjectSecretAccess string diff --git a/go.mod b/go.mod index c84a807b..413c52ed 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/ViBiOh/ChatPotte v0.2.25 - github.com/ViBiOh/absto v1.0.15 + github.com/ViBiOh/absto v1.1.0 github.com/ViBiOh/auth/v2 v2.14.20 github.com/ViBiOh/exas v0.5.11 github.com/ViBiOh/flags v1.2.0 diff --git a/go.sum b/go.sum index 19014044..eeae7640 100644 --- a/go.sum +++ b/go.sum @@ -35,8 +35,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03 github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ViBiOh/ChatPotte v0.2.25 h1:fiSapBoB0LOmEwPyWJHSvfUlO9yRHfc8a2tWGJ4QRps= github.com/ViBiOh/ChatPotte v0.2.25/go.mod h1:Qj8PXzfOfSJfYb1fZnqBTVFcm53f0uzLTpDXgCCgSSg= -github.com/ViBiOh/absto v1.0.15 h1:bN2PDv2zribZaq/qspBwqYqJ6wf0RJfFqtCHfqvVy6Y= -github.com/ViBiOh/absto v1.0.15/go.mod h1:5Jvj4IVpKTg4aDC5wGyTJtyZf3W1HyrfG13GlavKfLc= +github.com/ViBiOh/absto v1.1.0 h1:WTRLpA+Q8pde9jl/Pnn9m/ZlZmoRexrg6pXMfuRPcG8= +github.com/ViBiOh/absto v1.1.0/go.mod h1:5Jvj4IVpKTg4aDC5wGyTJtyZf3W1HyrfG13GlavKfLc= github.com/ViBiOh/auth/v2 v2.14.20 h1:xCTQrnTOFLiyFLIV0CMXlCPrHEbimganZsbTbdHUh50= github.com/ViBiOh/auth/v2 v2.14.20/go.mod h1:lL4rXpvS0Gtui4CSy0J/AK1pq59XVXaR4Qz1ELsQ3eY= github.com/ViBiOh/exas v0.5.11 h1:KpW9mmt+Fe3I2l11UXovye8wWZ+zoV8LVVyCcvH6j+w=