From 765959dde8214c01b5dc2f8c2ca9c9213b58e9f0 Mon Sep 17 00:00:00 2001 From: kannappanr <30541348+kannappanr@users.noreply.github.com> Date: Sun, 7 Apr 2019 23:12:36 -0700 Subject: [PATCH] Replace Minio with MinIO and minio.io with min.io (#297) --- Docs/API.md | 24 +++++++++---------- Docs/zh_CN/API.md | 18 +++++++------- FileUploader/FileUpload.cs | 4 ++-- MAINTAINERS.md | 10 ++++---- Minio.Examples/Cases/BucketExists.cs | 2 +- Minio.Examples/Cases/CopyObject.cs | 2 +- Minio.Examples/Cases/CopyObjectMetadata.cs | 2 +- Minio.Examples/Cases/CustomRequestLogger.cs | 2 +- Minio.Examples/Cases/FGetObject.cs | 2 +- Minio.Examples/Cases/FPutObject.cs | 2 +- Minio.Examples/Cases/GetBucketNotification.cs | 2 +- Minio.Examples/Cases/GetBucketPolicy.cs | 2 +- Minio.Examples/Cases/GetObject.cs | 2 +- Minio.Examples/Cases/GetPartialObject.cs | 2 +- Minio.Examples/Cases/ListBuckets.cs | 2 +- Minio.Examples/Cases/ListIncompleteUploads.cs | 2 +- Minio.Examples/Cases/ListObjects.cs | 2 +- Minio.Examples/Cases/MakeBucket.cs | 2 +- Minio.Examples/Cases/PresignedGetObject.cs | 2 +- Minio.Examples/Cases/PresignedPostPolicy.cs | 2 +- Minio.Examples/Cases/PresignedPutObject.cs | 2 +- Minio.Examples/Cases/PutObject.cs | 2 +- .../Cases/RemoveAllBucketNotifications.cs | 2 +- Minio.Examples/Cases/RemoveBucket.cs | 2 +- .../Cases/RemoveIncompleteUpload.cs | 2 +- Minio.Examples/Cases/RemoveObject.cs | 2 +- Minio.Examples/Cases/RemoveObjects.cs | 2 +- Minio.Examples/Cases/SetBucketNotification.cs | 2 +- Minio.Examples/Cases/SetBucketPolicy.cs | 2 +- Minio.Examples/Cases/StatObject.cs | 2 +- Minio.Examples/Program.cs | 6 ++--- Minio.Functional.Tests/FunctionalTest.cs | 12 +++++----- Minio.Functional.Tests/JsonNetLogger.cs | 2 +- Minio.Functional.Tests/MintLogger.cs | 2 +- Minio.Tests/AuthenticatorTest.cs | 2 +- Minio.Tests/DictionaryExtensionMethods.cs | 2 +- Minio.Tests/EndpointTest.cs | 2 +- Minio.Tests/RegionTest.cs | 2 +- Minio.Tests/TestHelper.cs | 2 +- Minio.Tests/UnitTest1.cs | 4 ++-- Minio.Tests/UrlTests.cs | 4 ++-- Minio.Tests/UtilsTest.cs | 6 ++--- Minio/AWSS3Endpoints.cs | 2 +- Minio/ApiEndpoints/BucketOperations.cs | 4 ++-- Minio/ApiEndpoints/IBucketOperations.cs | 4 ++-- Minio/ApiEndpoints/IObjectOperations.cs | 4 ++-- Minio/ApiEndpoints/ObjectOperations.cs | 4 ++-- Minio/BucketRegionCache.cs | 2 +- Minio/DataModel/Bucket.cs | 2 +- Minio/DataModel/CopyConditions.cs | 2 +- Minio/DataModel/CopyObjectResult.cs | 2 +- Minio/DataModel/CopyPartResult.cs | 2 +- Minio/DataModel/CreateBucketConfiguration.cs | 2 +- Minio/DataModel/DeleteObject.cs | 2 +- Minio/DataModel/DeleteObjectsRequest.cs | 2 +- Minio/DataModel/DeleteObjectsResult.cs | 2 +- Minio/DataModel/DeletedObject.cs | 2 +- .../InitiateMultipartUploadResult.cs | 2 +- Minio/DataModel/Item.cs | 2 +- Minio/DataModel/ListAllMyBucketsResult.cs | 2 +- Minio/DataModel/ListBucketResult.cs | 2 +- Minio/DataModel/ListMultipartUploadsResult.cs | 2 +- Minio/DataModel/ListPartsResult.cs | 2 +- Minio/DataModel/Notification/Arn.cs | 2 +- .../Notification/BucketNotification.cs | 2 +- Minio/DataModel/Notification/EventType.cs | 2 +- Minio/DataModel/Notification/Filter.cs | 2 +- Minio/DataModel/Notification/FilterRule.cs | 2 +- Minio/DataModel/Notification/LambdaConfig.cs | 2 +- .../Notification/NotificationConfiguration.cs | 2 +- Minio/DataModel/Notification/QueueConfig.cs | 2 +- Minio/DataModel/Notification/S3Key.cs | 2 +- Minio/DataModel/Notification/TopicConfig.cs | 2 +- Minio/DataModel/ObjectStat.cs | 2 +- Minio/DataModel/Part.cs | 2 +- Minio/DataModel/PostPolicy.cs | 2 +- Minio/DataModel/Prefix.cs | 2 +- Minio/DataModel/ServerSideEncryption.cs | 2 +- Minio/DataModel/Tracing/RequestParameter.cs | 2 +- Minio/DataModel/Tracing/RequestToLog.cs | 2 +- Minio/DataModel/Tracing/ResponseToLog.cs | 2 +- Minio/DataModel/Upload.cs | 2 +- Minio/DefaultRequestLogger.cs | 2 +- Minio/Exceptions/AccessDeniedException.cs | 2 +- Minio/Exceptions/BucketNotFoundException.cs | 2 +- Minio/Exceptions/ConnectionException.cs | 2 +- Minio/Exceptions/DeleteError.cs | 2 +- Minio/Exceptions/DeleteObjectException.cs | 2 +- Minio/Exceptions/EntityTooLargeException.cs | 2 +- Minio/Exceptions/ErrorResponse.cs | 2 +- Minio/Exceptions/ErrorResponseException.cs | 6 ++--- Minio/Exceptions/ForbiddenException.cs | 2 +- Minio/Exceptions/InternalClientException.cs | 2 +- Minio/Exceptions/InternalServerException.cs | 2 +- .../Exceptions/InvalidBucketNameException.cs | 2 +- .../InvalidContentLengthException.cs | 2 +- Minio/Exceptions/InvalidEndpointException.cs | 2 +- .../Exceptions/InvalidExpiryRangeException.cs | 2 +- .../Exceptions/InvalidObjectNameException.cs | 2 +- .../InvalidObjectPrefixException.cs | 2 +- Minio/Exceptions/MinioException.cs | 6 ++--- Minio/Exceptions/ObjectNotFoundException.cs | 2 +- Minio/Exceptions/RedirectionException.cs | 2 +- .../UnexpectedShortReadException.cs | 2 +- Minio/Helper/Constants.cs | 2 +- Minio/Helper/Enum.cs | 2 +- Minio/Helper/RequestUtil.cs | 2 +- Minio/Helper/s3utils.cs | 2 +- Minio/Helper/utils.cs | 2 +- Minio/IRequestLogger.cs | 2 +- Minio/Minio.csproj | 2 +- Minio/MinioClient.cs | 6 ++--- Minio/Regions.cs | 2 +- Minio/V4Authenticator.cs | 2 +- README.md | 20 ++++++++-------- README_zh_CN.md | 22 ++++++++--------- SimpleTest/Program.cs | 4 ++-- mono_install.sh | 2 +- 118 files changed, 183 insertions(+), 183 deletions(-) diff --git a/Docs/API.md b/Docs/API.md index aac21ee4b..f54999c18 100644 --- a/Docs/API.md +++ b/Docs/API.md @@ -1,11 +1,11 @@ -# .NET Client API Reference [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) +# .NET Client API Reference [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) -## Initialize Minio Client object. +## Initialize MinIO Client object. -## Minio +## MinIO ```cs -var minioClient = new MinioClient("play.minio.io:9000", +var minioClient = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); @@ -39,7 +39,7 @@ var s3Client = new MinioClient("s3.amazonaws.com", | | |---| |`public MinioClient(string endpoint, string accessKey = "", string secretKey = "", string region="", string sessionToken="")` | -| Creates Minio client object with given endpoint.AccessKey,secretKey, region and sessionToken are optional parameters,and can be omitted for anonymous access. +| Creates MinIO client object with given endpoint.AccessKey,secretKey, region and sessionToken are optional parameters,and can be omitted for anonymous access. The client object uses Http access by default. To use Https, chain method WithSSL() to client object to use secure transfer protocol | @@ -49,9 +49,9 @@ __Parameters__ |---|---|---| | `endpoint` | _string_ | endPoint is an URL, domain name, IPv4 address or IPv6 address.Valid endpoints are listed below: | | | |s3.amazonaws.com | -| | |play.minio.io:9000 | +| | |play.min.io:9000 | | | |localhost | -| | |play.minio.io| +| | |play.min.io| | `accessKey` | _string_ |accessKey is like user-id that uniquely identifies your account.This field is optional and can be omitted for anonymous access. | |`secretKey` | _string_ | secretKey is the password to your account.This field is optional and can be omitted for anonymous access.| |`region` | _string_ | region to which calls should be made.This field is optional and can be omitted.| @@ -61,26 +61,26 @@ __Secure Access__ | | |---| -|`Chain .WithSSL() to Minio Client object to use https instead of http. ` | +|`Chain .WithSSL() to MinIO Client object to use https instead of http. ` | __Proxy__ | | |---| -|`Chain .WithProxy(proxyObject) to Minio Client object to use proxy ` | +|`Chain .WithProxy(proxyObject) to MinIO Client object to use proxy ` | __Example__ -### Minio +### MinIO ```cs // 1. public MinioClient(String endpoint) -MinioClient minioClient = new MinioClient("play.minio.io:9000"); +MinioClient minioClient = new MinioClient("play.min.io:9000"); // 2. public MinioClient(String endpoint, String accessKey, String secretKey) -MinioClient minioClient = new MinioClient("play.minio.io:9000", +MinioClient minioClient = new MinioClient("play.min.io:9000", accessKey:"Q3AM3UQ867SPQQA43P2F", secretKey:"zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); diff --git a/Docs/zh_CN/API.md b/Docs/zh_CN/API.md index 472a99ba8..2a91b93cb 100644 --- a/Docs/zh_CN/API.md +++ b/Docs/zh_CN/API.md @@ -1,11 +1,11 @@ -# .NET Client API参考文档 [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) +# .NET Client API参考文档 [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) -## 初始化Minio Client object。 +## 初始化MinIO Client object。 -## Minio +## MinIO ```cs -var minioClient = new MinioClient("play.minio.io:9000", +var minioClient = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); @@ -48,9 +48,9 @@ __参数__ |---|---|---| | `endpoint` | _string_ | endPoint是一个URL,域名,IPv4或者IPv6地址。以下是合法的endpoints: | | | |s3.amazonaws.com | -| | |play.minio.io:9000 | +| | |play.min.io:9000 | | | |localhost | -| | |play.minio.io| +| | |play.min.io| | `accessKey` | _string_ |accessKey类似于用户ID,用于唯一标识你的账户。可选,为空代表匿名访问。 | |`secretKey` | _string_ | secretKey是你账户的密码。可选,为空代表匿名访问。 | |`region` | _string_ | 对象存储的region。可选。| @@ -65,15 +65,15 @@ __安全访问__ __示例__ -### Minio +### MinIO ```cs // 1. public MinioClient(String endpoint) -MinioClient minioClient = new MinioClient("play.minio.io:9000"); +MinioClient minioClient = new MinioClient("play.min.io:9000"); // 2. public MinioClient(String endpoint, String accessKey, String secretKey) -MinioClient minioClient = new MinioClient("play.minio.io:9000", +MinioClient minioClient = new MinioClient("play.min.io:9000", accessKey:"Q3AM3UQ867SPQQA43P2F", secretKey:"zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); diff --git a/FileUploader/FileUpload.cs b/FileUploader/FileUpload.cs index 2b92cbced..754b6268c 100644 --- a/FileUploader/FileUpload.cs +++ b/FileUploader/FileUpload.cs @@ -1,5 +1,5 @@ /* -* Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. +* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -32,7 +32,7 @@ static void Main(string[] args) ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; - var endpoint = "play.minio.io:9000"; + var endpoint = "play.min.io:9000"; var accessKey = "Q3AM3UQ867SPQQA43P2F"; var secretKey = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"; try diff --git a/MAINTAINERS.md b/MAINTAINERS.md index cab796cb2..37d5fa27b 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -12,7 +12,7 @@ $ git clone https://github.com/$USER_ID/minio-dotnet $ cd minio-dotnet ``` -Minio .NET Library uses nuget for its dependency management https://nuget.org/ +MinIO .NET Library uses nuget for its dependency management https://nuget.org/ ### Publishing a new package The steps below assume that the package is being built on Ubuntu 16.04, with following dependencies met. @@ -49,23 +49,23 @@ $ msbuild /t:pack ./Minio/Minio.csproj /p:Configuration=Release ... package built ... ``` #### Upload the package to nuget.org -Login to nuget.org(https://www.nuget.org) and find the API Key for Minio +Login to nuget.org(https://www.nuget.org) and find the API Key for MinIO ```sh $ export MINIO_API_KEY=?? $ nuget setApiKey $MINIO_API_KEY $ nuget push .\Minio\artifacts\Minio.1.0.9.nupkg -Apikey $MINIO_API_KEY -src https://nuget.org ``` #### Verify package on nuget.org -Verify that latest versions of Minio packages are available on [Nuget](https://www.nuget.org/account/Packages). +Verify that latest versions of MinIO packages are available on [Nuget](https://www.nuget.org/account/Packages). #### Tag -Tag and sign your release commit, additionally this step requires you to have access to Minio's trusted private key. +Tag and sign your release commit, additionally this step requires you to have access to MinIO's trusted private key. $ git tag -s 2.0.0 $ git push $ git push --tags #### Announce -Announce new release by adding release notes at https://github.com/minio/minio-dotnet/releases from trusted@minio.io account. Release notes requires two sections highlights and changelog. Highlights is a bulleted list of salient features in this release and Changelog contains list of all commits since the last release. +Announce new release by adding release notes at https://github.com/minio/minio-dotnet/releases from trusted@min.io account. Release notes requires two sections highlights and changelog. Highlights is a bulleted list of salient features in this release and Changelog contains list of all commits since the last release. To generate changelog diff --git a/Minio.Examples/Cases/BucketExists.cs b/Minio.Examples/Cases/BucketExists.cs index eab23b2a6..69aa93515 100644 --- a/Minio.Examples/Cases/BucketExists.cs +++ b/Minio.Examples/Cases/BucketExists.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/CopyObject.cs b/Minio.Examples/Cases/CopyObject.cs index c7f3766ad..16d58bc4d 100644 --- a/Minio.Examples/Cases/CopyObject.cs +++ b/Minio.Examples/Cases/CopyObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/CopyObjectMetadata.cs b/Minio.Examples/Cases/CopyObjectMetadata.cs index 810aeca5d..294e407db 100644 --- a/Minio.Examples/Cases/CopyObjectMetadata.cs +++ b/Minio.Examples/Cases/CopyObjectMetadata.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2018 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2018 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio.Examples/Cases/CustomRequestLogger.cs b/Minio.Examples/Cases/CustomRequestLogger.cs index 2174868c0..39f00facd 100644 --- a/Minio.Examples/Cases/CustomRequestLogger.cs +++ b/Minio.Examples/Cases/CustomRequestLogger.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/FGetObject.cs b/Minio.Examples/Cases/FGetObject.cs index ce8491f7f..104a59ece 100644 --- a/Minio.Examples/Cases/FGetObject.cs +++ b/Minio.Examples/Cases/FGetObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/FPutObject.cs b/Minio.Examples/Cases/FPutObject.cs index 1d26be32d..ed1d0989d 100644 --- a/Minio.Examples/Cases/FPutObject.cs +++ b/Minio.Examples/Cases/FPutObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/GetBucketNotification.cs b/Minio.Examples/Cases/GetBucketNotification.cs index 4d1660086..5d68062cf 100644 --- a/Minio.Examples/Cases/GetBucketNotification.cs +++ b/Minio.Examples/Cases/GetBucketNotification.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/GetBucketPolicy.cs b/Minio.Examples/Cases/GetBucketPolicy.cs index 8b62d0e8a..47c50f3f6 100644 --- a/Minio.Examples/Cases/GetBucketPolicy.cs +++ b/Minio.Examples/Cases/GetBucketPolicy.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/GetObject.cs b/Minio.Examples/Cases/GetObject.cs index b7fbe0cca..43f8d9f76 100644 --- a/Minio.Examples/Cases/GetObject.cs +++ b/Minio.Examples/Cases/GetObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/GetPartialObject.cs b/Minio.Examples/Cases/GetPartialObject.cs index 789733e0d..e26729138 100644 --- a/Minio.Examples/Cases/GetPartialObject.cs +++ b/Minio.Examples/Cases/GetPartialObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/ListBuckets.cs b/Minio.Examples/Cases/ListBuckets.cs index eb34f774a..0a46564e6 100644 --- a/Minio.Examples/Cases/ListBuckets.cs +++ b/Minio.Examples/Cases/ListBuckets.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/ListIncompleteUploads.cs b/Minio.Examples/Cases/ListIncompleteUploads.cs index 622e4d2ac..813822f84 100644 --- a/Minio.Examples/Cases/ListIncompleteUploads.cs +++ b/Minio.Examples/Cases/ListIncompleteUploads.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/ListObjects.cs b/Minio.Examples/Cases/ListObjects.cs index 4e2216be6..64a48b055 100644 --- a/Minio.Examples/Cases/ListObjects.cs +++ b/Minio.Examples/Cases/ListObjects.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/MakeBucket.cs b/Minio.Examples/Cases/MakeBucket.cs index 592a302bf..e1c566a36 100644 --- a/Minio.Examples/Cases/MakeBucket.cs +++ b/Minio.Examples/Cases/MakeBucket.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/PresignedGetObject.cs b/Minio.Examples/Cases/PresignedGetObject.cs index 0cb568235..bc0a08c04 100644 --- a/Minio.Examples/Cases/PresignedGetObject.cs +++ b/Minio.Examples/Cases/PresignedGetObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/PresignedPostPolicy.cs b/Minio.Examples/Cases/PresignedPostPolicy.cs index dac82c65a..3f7fc223d 100644 --- a/Minio.Examples/Cases/PresignedPostPolicy.cs +++ b/Minio.Examples/Cases/PresignedPostPolicy.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/PresignedPutObject.cs b/Minio.Examples/Cases/PresignedPutObject.cs index ec48a1e89..6670916b4 100644 --- a/Minio.Examples/Cases/PresignedPutObject.cs +++ b/Minio.Examples/Cases/PresignedPutObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/PutObject.cs b/Minio.Examples/Cases/PutObject.cs index 79c77f95e..b0b741138 100644 --- a/Minio.Examples/Cases/PutObject.cs +++ b/Minio.Examples/Cases/PutObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/RemoveAllBucketNotifications.cs b/Minio.Examples/Cases/RemoveAllBucketNotifications.cs index 69d1f7603..4deb9b003 100644 --- a/Minio.Examples/Cases/RemoveAllBucketNotifications.cs +++ b/Minio.Examples/Cases/RemoveAllBucketNotifications.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/RemoveBucket.cs b/Minio.Examples/Cases/RemoveBucket.cs index 3cca1b049..2639cc151 100644 --- a/Minio.Examples/Cases/RemoveBucket.cs +++ b/Minio.Examples/Cases/RemoveBucket.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/RemoveIncompleteUpload.cs b/Minio.Examples/Cases/RemoveIncompleteUpload.cs index 0a149b047..e7c06ff37 100644 --- a/Minio.Examples/Cases/RemoveIncompleteUpload.cs +++ b/Minio.Examples/Cases/RemoveIncompleteUpload.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/RemoveObject.cs b/Minio.Examples/Cases/RemoveObject.cs index c9b6c6125..7db12877b 100644 --- a/Minio.Examples/Cases/RemoveObject.cs +++ b/Minio.Examples/Cases/RemoveObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/RemoveObjects.cs b/Minio.Examples/Cases/RemoveObjects.cs index b1dca2bee..bf3094bfa 100644 --- a/Minio.Examples/Cases/RemoveObjects.cs +++ b/Minio.Examples/Cases/RemoveObjects.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/SetBucketNotification.cs b/Minio.Examples/Cases/SetBucketNotification.cs index b19252a22..93591cfdd 100644 --- a/Minio.Examples/Cases/SetBucketNotification.cs +++ b/Minio.Examples/Cases/SetBucketNotification.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/SetBucketPolicy.cs b/Minio.Examples/Cases/SetBucketPolicy.cs index 4301069f6..14b6c8e3b 100644 --- a/Minio.Examples/Cases/SetBucketPolicy.cs +++ b/Minio.Examples/Cases/SetBucketPolicy.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Cases/StatObject.cs b/Minio.Examples/Cases/StatObject.cs index 39a113274..6da7be184 100644 --- a/Minio.Examples/Cases/StatObject.cs +++ b/Minio.Examples/Cases/StatObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Examples/Program.cs b/Minio.Examples/Program.cs index c9b15a809..d99741fd3 100644 --- a/Minio.Examples/Program.cs +++ b/Minio.Examples/Program.cs @@ -1,5 +1,5 @@ /* -* Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. +* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -71,14 +71,14 @@ public static void Main(string[] args) } else { - endPoint = "play.minio.io:9000"; + endPoint = "play.min.io:9000"; accessKey = "Q3AM3UQ867SPQQA43P2F"; secretKey = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"; enableHTTPS = true; } ServicePointManager.ServerCertificateValidationCallback += (sender, certificate, chain, sslPolicyErrors) => true; - // WithSSL() enables SSL support in Minio client + // WithSSL() enables SSL support in MinIO client MinioClient minioClient = null; if (enableHTTPS) minioClient = new Minio.MinioClient(endPoint, accessKey, secretKey).WithSSL(); diff --git a/Minio.Functional.Tests/FunctionalTest.cs b/Minio.Functional.Tests/FunctionalTest.cs index e47374510..2284dd997 100644 --- a/Minio.Functional.Tests/FunctionalTest.cs +++ b/Minio.Functional.Tests/FunctionalTest.cs @@ -1,6 +1,6 @@ /* -* Minio .NET Library for Amazon S3 Compatible Cloud Storage, -* (C) 2017, 2018, 2019 Minio, Inc. +* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, +* (C) 2017, 2018, 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -137,7 +137,7 @@ public static void Main(string[] args) } else { - endPoint = "play.minio.io:9000"; + endPoint = "play.min.io:9000"; accessKey = "Q3AM3UQ867SPQQA43P2F"; secretKey = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"; enableHttps = "1"; @@ -146,7 +146,7 @@ public static void Main(string[] args) MinioClient minioClient = null; if (enableHttps.Equals("1")) - // WithSSL() enables SSL support in Minio client + // WithSSL() enables SSL support in MinIO client minioClient = new MinioClient(endPoint, accessKey, secretKey).WithSSL(); else minioClient = new MinioClient(endPoint, accessKey, secretKey); @@ -1096,7 +1096,7 @@ await minio.PutObjectAsync(bucketName, } catch (MinioException ex) { - Assert.AreEqual(ex.Message, "Minio API responded with message=At least one of the pre-conditions you specified did not hold"); + Assert.AreEqual(ex.Message, "MinIO API responded with message=At least one of the pre-conditions you specified did not hold"); } await minio.RemoveObjectAsync(bucketName, objectName); @@ -1372,7 +1372,7 @@ await minio.PutObjectAsync(bucketName, } catch (Exception ex) { - Assert.AreEqual("Minio API responded with message=At least one of the pre-conditions you specified did not hold",ex.Message); + Assert.AreEqual("MinIO API responded with message=At least one of the pre-conditions you specified did not hold",ex.Message); } await minio.RemoveObjectAsync(bucketName, objectName); diff --git a/Minio.Functional.Tests/JsonNetLogger.cs b/Minio.Functional.Tests/JsonNetLogger.cs index 6d1beaa30..37b99955b 100644 --- a/Minio.Functional.Tests/JsonNetLogger.cs +++ b/Minio.Functional.Tests/JsonNetLogger.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Functional.Tests/MintLogger.cs b/Minio.Functional.Tests/MintLogger.cs index eb0d7358d..ac0ad08da 100644 --- a/Minio.Functional.Tests/MintLogger.cs +++ b/Minio.Functional.Tests/MintLogger.cs @@ -1,5 +1,5 @@ /* -* Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. +* MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/AuthenticatorTest.cs b/Minio.Tests/AuthenticatorTest.cs index a129a0acd..510810803 100644 --- a/Minio.Tests/AuthenticatorTest.cs +++ b/Minio.Tests/AuthenticatorTest.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/DictionaryExtensionMethods.cs b/Minio.Tests/DictionaryExtensionMethods.cs index 97ea11dd7..3f53780c4 100644 --- a/Minio.Tests/DictionaryExtensionMethods.cs +++ b/Minio.Tests/DictionaryExtensionMethods.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/EndpointTest.cs b/Minio.Tests/EndpointTest.cs index e8dca360b..cb17f5c57 100644 --- a/Minio.Tests/EndpointTest.cs +++ b/Minio.Tests/EndpointTest.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/RegionTest.cs b/Minio.Tests/RegionTest.cs index 2bae5e7eb..32adcfc88 100644 --- a/Minio.Tests/RegionTest.cs +++ b/Minio.Tests/RegionTest.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/TestHelper.cs b/Minio.Tests/TestHelper.cs index 3169c9ab7..00d8695ca 100644 --- a/Minio.Tests/TestHelper.cs +++ b/Minio.Tests/TestHelper.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio.Tests/UnitTest1.cs b/Minio.Tests/UnitTest1.cs index c7d4b5e48..5e71c8a5b 100644 --- a/Minio.Tests/UnitTest1.cs +++ b/Minio.Tests/UnitTest1.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -32,7 +32,7 @@ public UnitTest1() ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; - var minio = new MinioClient("play.minio.io:9000", + var minio = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"); } diff --git a/Minio.Tests/UrlTests.cs b/Minio.Tests/UrlTests.cs index 59d1de8ad..490563c1e 100644 --- a/Minio.Tests/UrlTests.cs +++ b/Minio.Tests/UrlTests.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -33,7 +33,7 @@ public UrlTests() ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls12; - var minio = new MinioClient("play.minio.io:9000", + var minio = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"); diff --git a/Minio.Tests/UtilsTest.cs b/Minio.Tests/UtilsTest.cs index 7d8fd5de8..9f4c695e2 100644 --- a/Minio.Tests/UtilsTest.cs +++ b/Minio.Tests/UtilsTest.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -163,7 +163,7 @@ public void TestIsAmazonEndpoint() Assert.IsTrue(s3utils.IsAmazonEndPoint("s3.amazonaws.com")); Assert.IsTrue(s3utils.IsAmazonEndPoint("s3.cn-north-1.amazonaws.com.cn")); Assert.IsFalse(s3utils.IsAmazonEndPoint("s3.us-west-1amazonaws.com")); - Assert.IsFalse(s3utils.IsAmazonEndPoint("play.minio.io")); + Assert.IsFalse(s3utils.IsAmazonEndPoint("play.min.io")); Assert.IsFalse(s3utils.IsAmazonEndPoint("192.168.12.1")); Assert.IsFalse(s3utils.IsAmazonEndPoint("storage.googleapis.com")); } @@ -174,7 +174,7 @@ public void TestIsAmazonChinaEndpoint() Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("s3.amazonaws.com")); Assert.IsTrue(s3utils.IsAmazonChinaEndPoint("s3.cn-north-1.amazonaws.com.cn")); Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("s3.us-west-1amazonaws.com")); - Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("play.minio.io")); + Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("play.min.io")); Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("192.168.12.1")); Assert.IsFalse(s3utils.IsAmazonChinaEndPoint("storage.googleapis.com")); } diff --git a/Minio/AWSS3Endpoints.cs b/Minio/AWSS3Endpoints.cs index 46c1a477e..2ba2edd3f 100644 --- a/Minio/AWSS3Endpoints.cs +++ b/Minio/AWSS3Endpoints.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/ApiEndpoints/BucketOperations.cs b/Minio/ApiEndpoints/BucketOperations.cs index a9994bf37..fbf94531e 100644 --- a/Minio/ApiEndpoints/BucketOperations.cs +++ b/Minio/ApiEndpoints/BucketOperations.cs @@ -1,6 +1,6 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, - * (C) 2017, 2018, 2019 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, + * (C) 2017, 2018, 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio/ApiEndpoints/IBucketOperations.cs b/Minio/ApiEndpoints/IBucketOperations.cs index d8708c9ae..219b2caef 100644 --- a/Minio/ApiEndpoints/IBucketOperations.cs +++ b/Minio/ApiEndpoints/IBucketOperations.cs @@ -1,6 +1,6 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, - * (C) 2017, 2018, 2019 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, + * (C) 2017, 2018, 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio/ApiEndpoints/IObjectOperations.cs b/Minio/ApiEndpoints/IObjectOperations.cs index b93bdce76..5e658c86e 100644 --- a/Minio/ApiEndpoints/IObjectOperations.cs +++ b/Minio/ApiEndpoints/IObjectOperations.cs @@ -1,6 +1,6 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, - * (C) 2017, 2018, 2019 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, + * (C) 2017, 2018, 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio/ApiEndpoints/ObjectOperations.cs b/Minio/ApiEndpoints/ObjectOperations.cs index efa2c8804..618e531b3 100644 --- a/Minio/ApiEndpoints/ObjectOperations.cs +++ b/Minio/ApiEndpoints/ObjectOperations.cs @@ -1,6 +1,6 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, - * (C) 2017, 2018, 2019 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, + * (C) 2017, 2018, 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio/BucketRegionCache.cs b/Minio/BucketRegionCache.cs index de14eeb5d..eae4bca27 100644 --- a/Minio/BucketRegionCache.cs +++ b/Minio/BucketRegionCache.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Bucket.cs b/Minio/DataModel/Bucket.cs index f784638c6..5ffb56388 100644 --- a/Minio/DataModel/Bucket.cs +++ b/Minio/DataModel/Bucket.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/CopyConditions.cs b/Minio/DataModel/CopyConditions.cs index 85de65f71..2b14e2b42 100644 --- a/Minio/DataModel/CopyConditions.cs +++ b/Minio/DataModel/CopyConditions.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/CopyObjectResult.cs b/Minio/DataModel/CopyObjectResult.cs index 29857de28..8b72a0c0f 100644 --- a/Minio/DataModel/CopyObjectResult.cs +++ b/Minio/DataModel/CopyObjectResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/CopyPartResult.cs b/Minio/DataModel/CopyPartResult.cs index c58aa6fd9..9166969d1 100644 --- a/Minio/DataModel/CopyPartResult.cs +++ b/Minio/DataModel/CopyPartResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/CreateBucketConfiguration.cs b/Minio/DataModel/CreateBucketConfiguration.cs index be866f344..ca8743814 100644 --- a/Minio/DataModel/CreateBucketConfiguration.cs +++ b/Minio/DataModel/CreateBucketConfiguration.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/DeleteObject.cs b/Minio/DataModel/DeleteObject.cs index ba8113ecb..dc0499bb7 100644 --- a/Minio/DataModel/DeleteObject.cs +++ b/Minio/DataModel/DeleteObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/DeleteObjectsRequest.cs b/Minio/DataModel/DeleteObjectsRequest.cs index f883c19f8..42ff33f55 100644 --- a/Minio/DataModel/DeleteObjectsRequest.cs +++ b/Minio/DataModel/DeleteObjectsRequest.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/DeleteObjectsResult.cs b/Minio/DataModel/DeleteObjectsResult.cs index e89a916e9..0f9d2a8ba 100644 --- a/Minio/DataModel/DeleteObjectsResult.cs +++ b/Minio/DataModel/DeleteObjectsResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/DeletedObject.cs b/Minio/DataModel/DeletedObject.cs index 03f9c3f71..6bbaffac4 100644 --- a/Minio/DataModel/DeletedObject.cs +++ b/Minio/DataModel/DeletedObject.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/InitiateMultipartUploadResult.cs b/Minio/DataModel/InitiateMultipartUploadResult.cs index b117b49bd..4bbe5f4d7 100644 --- a/Minio/DataModel/InitiateMultipartUploadResult.cs +++ b/Minio/DataModel/InitiateMultipartUploadResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Item.cs b/Minio/DataModel/Item.cs index 4f98cc711..aa76f5e2d 100644 --- a/Minio/DataModel/Item.cs +++ b/Minio/DataModel/Item.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ListAllMyBucketsResult.cs b/Minio/DataModel/ListAllMyBucketsResult.cs index 7aac1bcf6..4bf2aa88e 100644 --- a/Minio/DataModel/ListAllMyBucketsResult.cs +++ b/Minio/DataModel/ListAllMyBucketsResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ListBucketResult.cs b/Minio/DataModel/ListBucketResult.cs index 93aca607a..d478b8b7e 100644 --- a/Minio/DataModel/ListBucketResult.cs +++ b/Minio/DataModel/ListBucketResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ListMultipartUploadsResult.cs b/Minio/DataModel/ListMultipartUploadsResult.cs index 25b243e6a..b161fa9c2 100644 --- a/Minio/DataModel/ListMultipartUploadsResult.cs +++ b/Minio/DataModel/ListMultipartUploadsResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ListPartsResult.cs b/Minio/DataModel/ListPartsResult.cs index a3e760d49..835e987e8 100644 --- a/Minio/DataModel/ListPartsResult.cs +++ b/Minio/DataModel/ListPartsResult.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/Arn.cs b/Minio/DataModel/Notification/Arn.cs index 4954d1e39..9aa5d9bd2 100644 --- a/Minio/DataModel/Notification/Arn.cs +++ b/Minio/DataModel/Notification/Arn.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/BucketNotification.cs b/Minio/DataModel/Notification/BucketNotification.cs index 9971e46cd..7167f6a8a 100644 --- a/Minio/DataModel/Notification/BucketNotification.cs +++ b/Minio/DataModel/Notification/BucketNotification.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/EventType.cs b/Minio/DataModel/Notification/EventType.cs index 4fed2a3cd..217915420 100644 --- a/Minio/DataModel/Notification/EventType.cs +++ b/Minio/DataModel/Notification/EventType.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/Filter.cs b/Minio/DataModel/Notification/Filter.cs index 2318531c5..a617be431 100644 --- a/Minio/DataModel/Notification/Filter.cs +++ b/Minio/DataModel/Notification/Filter.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/FilterRule.cs b/Minio/DataModel/Notification/FilterRule.cs index db0953c48..c02b4d88a 100644 --- a/Minio/DataModel/Notification/FilterRule.cs +++ b/Minio/DataModel/Notification/FilterRule.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/LambdaConfig.cs b/Minio/DataModel/Notification/LambdaConfig.cs index 294ce41cb..b578907bd 100644 --- a/Minio/DataModel/Notification/LambdaConfig.cs +++ b/Minio/DataModel/Notification/LambdaConfig.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/NotificationConfiguration.cs b/Minio/DataModel/Notification/NotificationConfiguration.cs index a50932511..01b223932 100644 --- a/Minio/DataModel/Notification/NotificationConfiguration.cs +++ b/Minio/DataModel/Notification/NotificationConfiguration.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/QueueConfig.cs b/Minio/DataModel/Notification/QueueConfig.cs index f5c6a27f9..cad09bd96 100644 --- a/Minio/DataModel/Notification/QueueConfig.cs +++ b/Minio/DataModel/Notification/QueueConfig.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/S3Key.cs b/Minio/DataModel/Notification/S3Key.cs index 7742619f1..a77ba840f 100644 --- a/Minio/DataModel/Notification/S3Key.cs +++ b/Minio/DataModel/Notification/S3Key.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Notification/TopicConfig.cs b/Minio/DataModel/Notification/TopicConfig.cs index dc91ea1f7..7812824ef 100644 --- a/Minio/DataModel/Notification/TopicConfig.cs +++ b/Minio/DataModel/Notification/TopicConfig.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ObjectStat.cs b/Minio/DataModel/ObjectStat.cs index 86097c9ed..e645c3bf8 100644 --- a/Minio/DataModel/ObjectStat.cs +++ b/Minio/DataModel/ObjectStat.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Part.cs b/Minio/DataModel/Part.cs index 27486bedb..294721e82 100644 --- a/Minio/DataModel/Part.cs +++ b/Minio/DataModel/Part.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/PostPolicy.cs b/Minio/DataModel/PostPolicy.cs index 73c104f75..1c59b1952 100644 --- a/Minio/DataModel/PostPolicy.cs +++ b/Minio/DataModel/PostPolicy.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Prefix.cs b/Minio/DataModel/Prefix.cs index 63f76b3f8..314ae6c56 100644 --- a/Minio/DataModel/Prefix.cs +++ b/Minio/DataModel/Prefix.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/ServerSideEncryption.cs b/Minio/DataModel/ServerSideEncryption.cs index 34dd9d32c..761e21656 100644 --- a/Minio/DataModel/ServerSideEncryption.cs +++ b/Minio/DataModel/ServerSideEncryption.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2019 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2019 MinIO, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/Minio/DataModel/Tracing/RequestParameter.cs b/Minio/DataModel/Tracing/RequestParameter.cs index a4d4b3138..cc0061e77 100644 --- a/Minio/DataModel/Tracing/RequestParameter.cs +++ b/Minio/DataModel/Tracing/RequestParameter.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Tracing/RequestToLog.cs b/Minio/DataModel/Tracing/RequestToLog.cs index 8ae5ee50d..e01c716e1 100644 --- a/Minio/DataModel/Tracing/RequestToLog.cs +++ b/Minio/DataModel/Tracing/RequestToLog.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Tracing/ResponseToLog.cs b/Minio/DataModel/Tracing/ResponseToLog.cs index e87151435..890e8ccc9 100644 --- a/Minio/DataModel/Tracing/ResponseToLog.cs +++ b/Minio/DataModel/Tracing/ResponseToLog.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DataModel/Upload.cs b/Minio/DataModel/Upload.cs index 81953e56e..f4aecdf02 100644 --- a/Minio/DataModel/Upload.cs +++ b/Minio/DataModel/Upload.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/DefaultRequestLogger.cs b/Minio/DefaultRequestLogger.cs index 8852504f1..1258246ac 100644 --- a/Minio/DefaultRequestLogger.cs +++ b/Minio/DefaultRequestLogger.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/AccessDeniedException.cs b/Minio/Exceptions/AccessDeniedException.cs index 02f567aa0..6ff3a7a65 100644 --- a/Minio/Exceptions/AccessDeniedException.cs +++ b/Minio/Exceptions/AccessDeniedException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/BucketNotFoundException.cs b/Minio/Exceptions/BucketNotFoundException.cs index 668932539..8e9274522 100644 --- a/Minio/Exceptions/BucketNotFoundException.cs +++ b/Minio/Exceptions/BucketNotFoundException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/ConnectionException.cs b/Minio/Exceptions/ConnectionException.cs index 4ae3808df..c57a0888e 100644 --- a/Minio/Exceptions/ConnectionException.cs +++ b/Minio/Exceptions/ConnectionException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/DeleteError.cs b/Minio/Exceptions/DeleteError.cs index f29f57442..f6d80707a 100644 --- a/Minio/Exceptions/DeleteError.cs +++ b/Minio/Exceptions/DeleteError.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/DeleteObjectException.cs b/Minio/Exceptions/DeleteObjectException.cs index 56cdbd920..83f12f5c4 100644 --- a/Minio/Exceptions/DeleteObjectException.cs +++ b/Minio/Exceptions/DeleteObjectException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/EntityTooLargeException.cs b/Minio/Exceptions/EntityTooLargeException.cs index 0103d5bf9..954b23856 100644 --- a/Minio/Exceptions/EntityTooLargeException.cs +++ b/Minio/Exceptions/EntityTooLargeException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/ErrorResponse.cs b/Minio/Exceptions/ErrorResponse.cs index 8c4861a01..2f48ffac1 100644 --- a/Minio/Exceptions/ErrorResponse.cs +++ b/Minio/Exceptions/ErrorResponse.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/ErrorResponseException.cs b/Minio/Exceptions/ErrorResponseException.cs index 8e14874be..f701441aa 100644 --- a/Minio/Exceptions/ErrorResponseException.cs +++ b/Minio/Exceptions/ErrorResponseException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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 @@ public class ErrorResponseException : MinioException private string ErrorCode; public ErrorResponseException(IRestResponse response) - : base($"Minio API responded with status code={response.StatusCode}, response={response.ErrorMessage}, content={response.Content}") + : base($"MinIO API responded with status code={response.StatusCode}, response={response.ErrorMessage}, content={response.Content}") { this.response = response; } @@ -31,7 +31,7 @@ public ErrorResponseException() { } - public ErrorResponseException(string message,string errorcode) : base($"Minio API responded with message={message}") + public ErrorResponseException(string message,string errorcode) : base($"MinIO API responded with message={message}") { this.message = message; this.ErrorCode = errorcode; diff --git a/Minio/Exceptions/ForbiddenException.cs b/Minio/Exceptions/ForbiddenException.cs index ef8461fb3..6196b0927 100644 --- a/Minio/Exceptions/ForbiddenException.cs +++ b/Minio/Exceptions/ForbiddenException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InternalClientException.cs b/Minio/Exceptions/InternalClientException.cs index 6a3a91fcb..52d728048 100644 --- a/Minio/Exceptions/InternalClientException.cs +++ b/Minio/Exceptions/InternalClientException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InternalServerException.cs b/Minio/Exceptions/InternalServerException.cs index 55c51a290..f3cf96db6 100644 --- a/Minio/Exceptions/InternalServerException.cs +++ b/Minio/Exceptions/InternalServerException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidBucketNameException.cs b/Minio/Exceptions/InvalidBucketNameException.cs index 2c8e1d33b..e340d1286 100644 --- a/Minio/Exceptions/InvalidBucketNameException.cs +++ b/Minio/Exceptions/InvalidBucketNameException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidContentLengthException.cs b/Minio/Exceptions/InvalidContentLengthException.cs index 93b17c13a..edb76de3f 100644 --- a/Minio/Exceptions/InvalidContentLengthException.cs +++ b/Minio/Exceptions/InvalidContentLengthException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidEndpointException.cs b/Minio/Exceptions/InvalidEndpointException.cs index 5152c926a..0bd1371f8 100644 --- a/Minio/Exceptions/InvalidEndpointException.cs +++ b/Minio/Exceptions/InvalidEndpointException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidExpiryRangeException.cs b/Minio/Exceptions/InvalidExpiryRangeException.cs index 2e6030233..6719c716b 100644 --- a/Minio/Exceptions/InvalidExpiryRangeException.cs +++ b/Minio/Exceptions/InvalidExpiryRangeException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidObjectNameException.cs b/Minio/Exceptions/InvalidObjectNameException.cs index b019f2b41..6d8221ebe 100644 --- a/Minio/Exceptions/InvalidObjectNameException.cs +++ b/Minio/Exceptions/InvalidObjectNameException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/InvalidObjectPrefixException.cs b/Minio/Exceptions/InvalidObjectPrefixException.cs index a378a01a4..dd84695c9 100644 --- a/Minio/Exceptions/InvalidObjectPrefixException.cs +++ b/Minio/Exceptions/InvalidObjectPrefixException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/MinioException.cs b/Minio/Exceptions/MinioException.cs index ccfc953c3..ced47b32c 100644 --- a/Minio/Exceptions/MinioException.cs +++ b/Minio/Exceptions/MinioException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -26,7 +26,7 @@ public class MinioException : Exception public IRestResponse response { get; set; } public MinioException(IRestResponse response) - : base($"Minio API responded with status code={response.StatusCode}, response={response.ErrorMessage}, content={response.Content}") + : base($"MinIO API responded with status code={response.StatusCode}, response={response.ErrorMessage}, content={response.Content}") { this.response = response; @@ -35,7 +35,7 @@ public MinioException() { } - public MinioException(string message) : base($"Minio API responded with message={message}") + public MinioException(string message) : base($"MinIO API responded with message={message}") { this.message = message; } diff --git a/Minio/Exceptions/ObjectNotFoundException.cs b/Minio/Exceptions/ObjectNotFoundException.cs index abfc7f58e..3edcdbffa 100644 --- a/Minio/Exceptions/ObjectNotFoundException.cs +++ b/Minio/Exceptions/ObjectNotFoundException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/RedirectionException.cs b/Minio/Exceptions/RedirectionException.cs index f0b33de72..6bee8b30e 100644 --- a/Minio/Exceptions/RedirectionException.cs +++ b/Minio/Exceptions/RedirectionException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Exceptions/UnexpectedShortReadException.cs b/Minio/Exceptions/UnexpectedShortReadException.cs index 8c703ea7e..748916157 100644 --- a/Minio/Exceptions/UnexpectedShortReadException.cs +++ b/Minio/Exceptions/UnexpectedShortReadException.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Helper/Constants.cs b/Minio/Helper/Constants.cs index e995632a9..8901a849a 100644 --- a/Minio/Helper/Constants.cs +++ b/Minio/Helper/Constants.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Helper/Enum.cs b/Minio/Helper/Enum.cs index cf143bb99..50fb1f21a 100644 --- a/Minio/Helper/Enum.cs +++ b/Minio/Helper/Enum.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Helper/RequestUtil.cs b/Minio/Helper/RequestUtil.cs index e014c7de8..38dc660d6 100644 --- a/Minio/Helper/RequestUtil.cs +++ b/Minio/Helper/RequestUtil.cs @@ -1,6 +1,6 @@  /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Helper/s3utils.cs b/Minio/Helper/s3utils.cs index 632987af6..a8eb9ad8a 100644 --- a/Minio/Helper/s3utils.cs +++ b/Minio/Helper/s3utils.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Helper/utils.cs b/Minio/Helper/utils.cs index 40cd37d09..15e846d22 100644 --- a/Minio/Helper/utils.cs +++ b/Minio/Helper/utils.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/IRequestLogger.cs b/Minio/IRequestLogger.cs index a4ed137ef..b8c9f7fa5 100644 --- a/Minio/IRequestLogger.cs +++ b/Minio/IRequestLogger.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/Minio.csproj b/Minio/Minio.csproj index 16101bc7f..210ae9205 100644 --- a/Minio/Minio.csproj +++ b/Minio/Minio.csproj @@ -18,7 +18,7 @@ $(SolutionDir)artifacts https://github.com/minio/minio-dotnet/releases - https://www.minio.io/logo/ + https://www.min.io/logo/ https://github.com/minio/minio-dotnet http://www.apache.org/licenses/LICENSE-2.0 minio;cloud;storage diff --git a/Minio/MinioClient.cs b/Minio/MinioClient.cs index f50c9d68b..d3d6fe0c9 100644 --- a/Minio/MinioClient.cs +++ b/Minio/MinioClient.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -80,10 +80,10 @@ private static string SystemUserAgent string release = "minio-dotnet/1.0.9"; #if NET46 string arch = Environment.Is64BitOperatingSystem ? "x86_64" : "x86"; - return String.Format("Minio ({0};{1}) {2}", Environment.OSVersion, arch, release); + return String.Format("MinIO ({0};{1}) {2}", Environment.OSVersion, arch, release); #else string arch = RuntimeInformation.OSArchitecture.ToString(); - return String.Format("Minio ({0};{1}) {2}", RuntimeInformation.OSDescription, arch, release); + return String.Format("MinIO ({0};{1}) {2}", RuntimeInformation.OSDescription, arch, release); #endif } } diff --git a/Minio/Regions.cs b/Minio/Regions.cs index 3d02b684f..99c09a0d0 100644 --- a/Minio/Regions.cs +++ b/Minio/Regions.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/Minio/V4Authenticator.cs b/Minio/V4Authenticator.cs index 381e3af91..b649d4e99 100644 --- a/Minio/V4Authenticator.cs +++ b/Minio/V4Authenticator.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. diff --git a/README.md b/README.md index dca937469..ea31b7103 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Minio Client SDK for .NET [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) [![Build status](https://ci.appveyor.com/api/projects/status/tvdpoypdmbuwg0me/branch/master?svg=true)](https://ci.appveyor.com/project/Harshavardhana/minio-dotnet/branch/master) +# MinIO Client SDK for .NET [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Build status](https://ci.appveyor.com/api/projects/status/tvdpoypdmbuwg0me/branch/master?svg=true)](https://ci.appveyor.com/project/Harshavardhana/minio-dotnet/branch/master) -Minio Client SDK provides higher level APIs for Minio and Amazon S3 compatible cloud storage services.For a complete list of APIs and examples, please take a look at the [Dotnet Client API Reference](https://docs.minio.io/docs/dotnet-client-api-reference).This document assumes that you have a working VisualStudio development environment. +MinIO Client SDK provides higher level APIs for MinIO and Amazon S3 compatible cloud storage services.For a complete list of APIs and examples, please take a look at the [Dotnet Client API Reference](https://docs.min.io/docs/dotnet-client-api-reference).This document assumes that you have a working VisualStudio development environment. ## Minimum Requirements * .NET 4.5.2, .NetStandard 2.0 or higher @@ -8,11 +8,11 @@ Minio Client SDK provides higher level APIs for Minio and Amazon S3 compatible c ## Install from NuGet -To install Minio .NET package, run the following command in Nuget Package Manager Console. +To install MinIO .NET package, run the following command in Nuget Package Manager Console. ```powershell PM> Install-Package Minio ``` -## Minio Client Example +## MinIO Client Example To connect to an Amazon S3 compatible cloud storage service, you will need to specify the following parameters. | Parameter | Description| @@ -22,13 +22,13 @@ To connect to an Amazon S3 compatible cloud storage service, you will need to sp | secretKey | Secret key is the password to your account. | | secure | Enable/Disable HTTPS support. | -The following examples uses a freely hosted public Minio service 'play.minio.io' for development purposes. +The following examples uses a freely hosted public MinIO service 'play.min.io' for development purposes. ```cs using Minio; // Initialize the client with access credentials. -private static MinioClient minio = new MinioClient("play.minio.io:9000", +private static MinioClient minio = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); @@ -60,7 +60,7 @@ namespace FileUploader { static void Main(string[] args) { - var endpoint = "play.minio.io:9000"; + var endpoint = "play.min.io:9000"; var accessKey = "Q3AM3UQ867SPQQA43P2F"; var secretKey = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"; try @@ -105,7 +105,7 @@ namespace FileUploader } ``` -## Running Minio Client Examples +## Running MinIO Client Examples #### On Windows * Clone this repository and open the Minio.Sln in Visual Studio 2017. @@ -186,5 +186,5 @@ $ dotnet run * [SetTraceOff](https://github.com/minio/minio-dotnet/blob/master/Minio.Examples/Program.cs) ## Explore Further -* [Complete Documentation](https://docs.minio.io) -* [Minio .NET SDK API Reference](https://docs.minio.io/docs/dotnet-client-api-reference) +* [Complete Documentation](https://docs.min.io) +* [MinIO .NET SDK API Reference](https://docs.min.io/docs/dotnet-client-api-reference) diff --git a/README_zh_CN.md b/README_zh_CN.md index d33e3e247..fe2291337 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,6 +1,6 @@ -# 适用于与Amazon S3兼容的云存储的Minio .NET SDK [![Slack](https://slack.minio.io/slack?type=svg)](https://slack.minio.io) [![Build status](https://ci.appveyor.com/api/projects/status/tvdpoypdmbuwg0me/branch/master?svg=true)](https://ci.appveyor.com/project/Harshavardhana/minio-dotnet/branch/master) +# 适用于与Amazon S3兼容的云存储的MinIO .NET SDK [![Slack](https://slack.min.io/slack?type=svg)](https://slack.min.io) [![Build status](https://ci.appveyor.com/api/projects/status/tvdpoypdmbuwg0me/branch/master?svg=true)](https://ci.appveyor.com/project/Harshavardhana/minio-dotnet/branch/master) -Minio .NET Client SDK提供了简单的API来访问Minio以及任何与Amazon S3兼容的对象存储服务。有关API和示例的完整列表,请查看[Dotnet Client API Reference](https://docs.minio.io/docs/dotnet-client-api-reference)文档。本文假设你已经有VisualStudio开发环境。 +MinIO .NET Client SDK提供了简单的API来访问MinIO以及任何与Amazon S3兼容的对象存储服务。有关API和示例的完整列表,请查看[Dotnet Client API Reference](https://docs.min.io/docs/dotnet-client-api-reference)文档。本文假设你已经有VisualStudio开发环境。 ## 最低需求 * .NET 4.5.2,.NetStandard2.0或更高版本 @@ -8,12 +8,12 @@ Minio .NET Client SDK提供了简单的API来访问Minio以及任何与Amazon S3 ## 使用NuGet安装 -为了安装.NET Framework的Minio .NET包,你可以在Nuget Package Manager控制台运行下面的命令。 +为了安装.NET Framework的MinIO .NET包,你可以在Nuget Package Manager控制台运行下面的命令。 ```powershell PM> Install-Package Minio ``` -## Minio Client示例 -Minio client需要以下4个参数来连接与Amazon S3兼容的对象存储服务。 +## MinIO Client示例 +MinIO client需要以下4个参数来连接与Amazon S3兼容的对象存储服务。 | 参数 | 描述| | :--- | :--- | @@ -22,13 +22,13 @@ Minio client需要以下4个参数来连接与Amazon S3兼容的对象存储服 | secretKey | Secret key是你账户的密码。 | | secure | true代表使用HTTPS。 | -下面示例中使用运行在 [https://play.minio.io:9000](https://play.minio.io:9000) 上的Minio服务,你可以用这个服务来开发和测试。示例中的访问凭据是公开的。 +下面示例中使用运行在 [https://play.min.io:9000](https://play.min.io:9000) 上的MinIO服务,你可以用这个服务来开发和测试。示例中的访问凭据是公开的。 ```cs using Minio; // Initialize the client with access credentials. -private static MinioClient minio = new MinioClient("play.minio.io:9000", +private static MinioClient minio = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG" ).WithSSL(); @@ -60,7 +60,7 @@ namespace FileUploader { static void Main(string[] args) { - var endpoint = "play.minio.io:9000"; + var endpoint = "play.min.io:9000"; var accessKey = "Q3AM3UQ867SPQQA43P2F"; var secretKey = "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"; try @@ -105,7 +105,7 @@ namespace FileUploader } ``` -## 运行Minio Client示例 +## 运行MinIO Client示例 #### Windows * clone这个项目,并在Visual Studio 2017中打开Minio.Sln。 ``` @@ -176,5 +176,5 @@ $ dotnet run * [SetTraceOff](https://github.com/minio/minio-dotnet/blob/master/Minio.Examples/Program.cs) ## 了解更多 -* [完整文档](https://docs.minio.io) -* [Minio .NET SDK API文档](https://docs.minio.io/docs/dotnet-client-api-reference) +* [完整文档](https://docs.min.io) +* [MinIO .NET SDK API文档](https://docs.min.io/docs/dotnet-client-api-reference) diff --git a/SimpleTest/Program.cs b/SimpleTest/Program.cs index 4058b8d1f..27128ee08 100644 --- a/SimpleTest/Program.cs +++ b/SimpleTest/Program.cs @@ -1,5 +1,5 @@ /* - * Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. + * MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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. @@ -33,7 +33,7 @@ static void Main(string[] args) /// Note: s3 AccessKey and SecretKey needs to be added in App.config file /// See instructions in README.md on running examples for more information. - var minio = new MinioClient("play.minio.io:9000", + var minio = new MinioClient("play.min.io:9000", "Q3AM3UQ867SPQQA43P2F", "zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG").WithSSL(); diff --git a/mono_install.sh b/mono_install.sh index 1e317d91d..b3c599b12 100755 --- a/mono_install.sh +++ b/mono_install.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Minio .NET Library for Amazon S3 Compatible Cloud Storage, (C) 2017 Minio, Inc. +# MinIO .NET Library for Amazon S3 Compatible Cloud Storage, (C) 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.