File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## (TBD) unftp v0.14.1
3
+ ## 2023-02-01 unftp v0.14.1
4
4
5
5
- Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
6
6
The main change here is [ caching of access tokens in the GCS backend] ( https://github.com/bolcom/libunftp/issues/384 )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ use unftp_sbe_gcs::options::AuthMethod;
59
59
fn load_user_file (
60
60
path : & str ,
61
61
) -> Result < std:: string:: String , Box < dyn std:: error:: Error + Send + Sync + ' static > > {
62
- let mut f = fs:: File :: open ( & path) ?;
62
+ let mut f = fs:: File :: open ( path) ?;
63
63
64
64
// The user file can be plaintext, gzipped, or gzipped+base64-encoded
65
65
// The gzip-base64 format is useful for overcoming configmap size limits in Kubernetes
You can’t perform that action at this time.
0 commit comments