Increase number of hash characters
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b13f70b65b
commit
b759907b74
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ set -euo pipefail
|
|||
|
||||
. <(vault2env --key=secret/minio/knut-cc --export)
|
||||
|
||||
exec ~/gocode/bin/share --bucket=knut-cc --file-template="file/{{ printf \"%.8s\" .Hash}}/{{ .SafeFileName }}" --base-url="https://knut.cc/#" --progress "$@"
|
||||
exec ~/gocode/bin/share --bucket=knut-cc --file-template="file/{{ printf \"%.10s\" .Hash}}/{{ .SafeFileName }}" --base-url="https://knut.cc/#" --progress "$@"
|
||||
|
|
|
@ -3,4 +3,4 @@ set -euo pipefail
|
|||
|
||||
. <(vault2env --key=secret/minio/knut-cc --export)
|
||||
|
||||
exec ~/gocode/bin/share --bucket=knut-cc --file-template="permanent/{{ printf \"%.8s\" .Hash}}/{{ .SafeFileName }}" --base-url="https://knut.cc/#" --progress "$@"
|
||||
exec ~/gocode/bin/share --bucket=knut-cc --file-template="permanent/{{ printf \"%.10s\" .Hash}}/{{ .SafeFileName }}" --base-url="https://knut.cc/#" --progress "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue