summaryrefslogtreecommitdiff
path: root/pkg/credentials/file_aws_credentials.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/credentials/file_aws_credentials.go')
-rw-r--r--pkg/credentials/file_aws_credentials.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/credentials/file_aws_credentials.go b/pkg/credentials/file_aws_credentials.go
index 5ad6830..ff07bc5 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
- * Copyright 2017 Minio, Inc.
+ * MinIO Go Library for Amazon S3 Compatible Cloud Storage
+ * 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.
@@ -21,8 +21,8 @@ import (
"os"
"path/filepath"
- "github.com/go-ini/ini"
homedir "github.com/mitchellh/go-homedir"
+ ini "gopkg.in/ini.v1"
)
// A FileAWSCredentials retrieves credentials from the current user's home