summaryrefslogtreecommitdiff
path: root/examples/s3/getobject-client-encryption.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s3/getobject-client-encryption.go')
-rw-r--r--examples/s3/getobject-client-encryption.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/s3/getobject-client-encryption.go b/examples/s3/getobject-client-encryption.go
index 6b06073..33fb0d2 100644
--- a/examples/s3/getobject-client-encryption.go
+++ b/examples/s3/getobject-client-encryption.go
@@ -1,8 +1,8 @@
// +build ignore
/*
- * Minio Go Library for Amazon S3 Compatible Cloud Storage
- * Copyright 2018 Minio, Inc.
+ * MinIO Go Library for Amazon S3 Compatible Cloud Storage
+ * Copyright 2018 MinIO, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,7 @@ import (
"os"
"path"
- "github.com/minio/minio-go"
+ "github.com/minio/minio-go/v6"
"github.com/minio/sio"
"golang.org/x/crypto/argon2"
)