summaryrefslogtreecommitdiff
path: root/examples/s3/getbucketlifecycle.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/s3/getbucketlifecycle.go')
-rw-r--r--examples/s3/getbucketlifecycle.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/s3/getbucketlifecycle.go b/examples/s3/getbucketlifecycle.go
index 2e3ef41..1982a76 100644
--- a/examples/s3/getbucketlifecycle.go
+++ b/examples/s3/getbucketlifecycle.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.
@@ -25,7 +25,7 @@ import (
"os"
"strings"
- "github.com/minio/minio-go"
+ "github.com/minio/minio-go/v6"
)
func main() {