summaryrefslogtreecommitdiff
path: root/examples/s3/put-encrypted-object.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s3/put-encrypted-object.go')
-rw-r--r--examples/s3/put-encrypted-object.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/s3/put-encrypted-object.go b/examples/s3/put-encrypted-object.go
index 48b9367..7d4cde2 100644
--- a/examples/s3/put-encrypted-object.go
+++ b/examples/s3/put-encrypted-object.go
@@ -1,8 +1,8 @@
// +build ignore
/*
- * Minio Go Library for Amazon S3 Compatible Cloud Storage
- * Copyright 2015-2017 Minio, Inc.
+ * MinIO Go Library for Amazon S3 Compatible Cloud Storage
+ * Copyright 2015-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.
@@ -23,8 +23,8 @@ import (
"log"
"os"
- "github.com/minio/minio-go"
- "github.com/minio/minio-go/pkg/encrypt"
+ "github.com/minio/minio-go/v6"
+ "github.com/minio/minio-go/v6/pkg/encrypt"
)
func main() {