summaryrefslogtreecommitdiff
path: root/pkg/policy
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/policy')
-rw-r--r--pkg/policy/bucket-policy-condition.go6
-rw-r--r--pkg/policy/bucket-policy-condition_test.go6
-rw-r--r--pkg/policy/bucket-policy.go6
-rw-r--r--pkg/policy/bucket-policy_test.go6
4 files changed, 12 insertions, 12 deletions
diff --git a/pkg/policy/bucket-policy-condition.go b/pkg/policy/bucket-policy-condition.go
index 737b810..b256faf 100644
--- a/pkg/policy/bucket-policy-condition.go
+++ b/pkg/policy/bucket-policy-condition.go
@@ -1,6 +1,6 @@
/*
- * 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.
@@ -17,7 +17,7 @@
package policy
-import "github.com/minio/minio-go/pkg/set"
+import "github.com/minio/minio-go/v6/pkg/set"
// ConditionKeyMap - map of policy condition key and value.
type ConditionKeyMap map[string]set.StringSet
diff --git a/pkg/policy/bucket-policy-condition_test.go b/pkg/policy/bucket-policy-condition_test.go
index 9e4aa8f..2fc9baa 100644
--- a/pkg/policy/bucket-policy-condition_test.go
+++ b/pkg/policy/bucket-policy-condition_test.go
@@ -1,6 +1,6 @@
/*
- * 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.
@@ -21,7 +21,7 @@ import (
"encoding/json"
"testing"
- "github.com/minio/minio-go/pkg/set"
+ "github.com/minio/minio-go/v6/pkg/set"
)
// ConditionKeyMap.Add() is called and the result is validated.
diff --git a/pkg/policy/bucket-policy.go b/pkg/policy/bucket-policy.go
index 79fd801..f2c7289 100644
--- a/pkg/policy/bucket-policy.go
+++ b/pkg/policy/bucket-policy.go
@@ -1,6 +1,6 @@
/*
- * 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,7 +23,7 @@ import (
"reflect"
"strings"
- "github.com/minio/minio-go/pkg/set"
+ "github.com/minio/minio-go/v6/pkg/set"
)
// BucketPolicy - Bucket level policy.
diff --git a/pkg/policy/bucket-policy_test.go b/pkg/policy/bucket-policy_test.go
index 1a71d87..a514eaa 100644
--- a/pkg/policy/bucket-policy_test.go
+++ b/pkg/policy/bucket-policy_test.go
@@ -1,6 +1,6 @@
/*
- * 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,7 +23,7 @@ import (
"reflect"
"testing"
- "github.com/minio/minio-go/pkg/set"
+ "github.com/minio/minio-go/v6/pkg/set"
)
// TestUnmarshalBucketPolicy tests unmarsheling various examples