summaryrefslogtreecommitdiff
path: root/api-put-object-file-context.go
diff options
context:
space:
mode:
Diffstat (limited to 'api-put-object-file-context.go')
-rw-r--r--api-put-object-file-context.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/api-put-object-file-context.go b/api-put-object-file-context.go
index 140a9c0..fb22c0d 100644
--- a/api-put-object-file-context.go
+++ b/api-put-object-file-context.go
@@ -1,6 +1,6 @@
/*
- * 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.
@@ -23,7 +23,7 @@ import (
"os"
"path/filepath"
- "github.com/minio/minio-go/pkg/s3utils"
+ "github.com/minio/minio-go/v6/pkg/s3utils"
)
// FPutObjectWithContext - Create an object in a bucket, with contents from file at filePath. Allows request cancellation.