Skip to content

Commit

Permalink
chore(deps): Bumping absto for configuring storage class
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Boutour <[email protected]>
  • Loading branch information
ViBiOh committed Nov 20, 2022
1 parent 843df3f commit a3b7867
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]/dist-cjs/ unpkg.com/[email protected]/dist/ unpkg.com/[email protected]/; style-src 'httputils-nonce' unpkg.com/[email protected]/dist/ unpkg.com/[email protected]/; 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/[email protected]/dist-cjs/ unpkg.com/[email protected]/dist/ unpkg.com/[email protected]/; style-src 'self' 'httputils-nonce' unpkg.com/[email protected]/dist/ unpkg.com/[email protected]/; 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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit a3b7867

Please sign in to comment.