https://github.com/emcecs/ecs-object-client-dotnet
.NET extension library that adds ECS-specific functionality to the AWS SDK
https://github.com/emcecs/ecs-object-client-dotnet
Last synced: over 1 year ago
JSON representation
.NET extension library that adds ECS-specific functionality to the AWS SDK
- Host: GitHub
- URL: https://github.com/emcecs/ecs-object-client-dotnet
- Owner: EMCECS
- License: other
- Created: 2017-05-19T15:52:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T15:37:37.000Z (about 6 years ago)
- Last Synced: 2025-02-08T18:45:40.326Z (over 1 year ago)
- Language: C#
- Size: 42 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ECS Object Client .NET
ECS Object Client .NET is an S3 client that incorporates all the S3 API extensions only available in ECS including metadata search, object updates, retention and more.
## Installing
Our .NET SDK does not include any binaries, therefore the .dlls must be downloaded and compiled in Visual Studio before being used as a reference for any project. In order to reference the .dlls in your project:
* Download or clone this repository
* Open .sln file in Visual Studio
* Build solution
* Import binaries to current project
## Included APIs
* AppendObject()
* PutBucket() (with ECS features)
* QueryObjects() (with ECS features)
* ListBucketMetaSearchKeys()
* ListSystemMetaSearchKeys()
## License
Copyright 2017 EMC Corporation. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.