summaryrefslogtreecommitdiff
path: root/pkg/credentials/file_aws_credentials.go
diff options
context:
space:
mode:
authorFélix Sipma <felix+debian@gueux.org>2018-01-05 11:09:43 +0100
committerFélix Sipma <felix+debian@gueux.org>2018-01-05 11:09:43 +0100
commit2e53196f9027ebb270b9e9a251ad39383a500c8f (patch)
tree833d20440bfb8baa3995877e4af8ff90765d08f4 /pkg/credentials/file_aws_credentials.go
parentc7638802ac6c5efbe71dd2a58181ded9b52b8f32 (diff)
New upstream version 4.0.5
Diffstat (limited to 'pkg/credentials/file_aws_credentials.go')
-rw-r--r--pkg/credentials/file_aws_credentials.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/credentials/file_aws_credentials.go b/pkg/credentials/file_aws_credentials.go
index 1be6213..5ad6830 100644
--- a/pkg/credentials/file_aws_credentials.go
+++ b/pkg/credentials/file_aws_credentials.go
@@ -1,6 +1,6 @@
/*
* Minio Go Library for Amazon S3 Compatible Cloud Storage
- * (C) 2017 Minio, Inc.
+ * Copyright 2017 Minio, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@ import (
"path/filepath"
"github.com/go-ini/ini"
- homedir "github.com/minio/go-homedir"
+ homedir "github.com/mitchellh/go-homedir"
)
// A FileAWSCredentials retrieves credentials from the current user's home