summaryrefslogtreecommitdiff
path: root/examples/s3/putobject-getobject-sse.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s3/putobject-getobject-sse.go')
-rw-r--r--examples/s3/putobject-getobject-sse.go9
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/s3/putobject-getobject-sse.go b/examples/s3/putobject-getobject-sse.go
index 4e459b5..110c323 100644
--- a/examples/s3/putobject-getobject-sse.go
+++ b/examples/s3/putobject-getobject-sse.go
@@ -1,8 +1,8 @@
// +build ignore
/*
- * 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.
@@ -24,9 +24,8 @@ import (
"io/ioutil"
"log"
- "github.com/minio/minio-go/pkg/encrypt"
-
- minio "github.com/minio/minio-go"
+ "github.com/minio/minio-go/v6"
+ "github.com/minio/minio-go/v6/pkg/encrypt"
)
func main() {