diff --git a/ecs_net_workshop/.gitattributes b/ecs_net_workshop/.gitattributes
new file mode 100644
index 0000000..1ff0c42
--- /dev/null
+++ b/ecs_net_workshop/.gitattributes
@@ -0,0 +1,63 @@
+###############################################################################
+# Set default behavior to automatically normalize line endings.
+###############################################################################
+* text=auto
+
+###############################################################################
+# Set default behavior for command prompt diff.
+#
+# This is need for earlier builds of msysgit that does not have it on by
+# default for csharp files.
+# Note: This is only used by command line
+###############################################################################
+#*.cs diff=csharp
+
+###############################################################################
+# Set the merge driver for project and solution files
+#
+# Merging from the command prompt will add diff markers to the files if there
+# are conflicts (Merging from VS is not affected by the settings below, in VS
+# the diff markers are never inserted). Diff markers may cause the following
+# file extensions to fail to load in VS. An alternative would be to treat
+# these files as binary and thus will always conflict and require user
+# intervention with every merge. To do so, just uncomment the entries below
+###############################################################################
+#*.sln merge=binary
+#*.csproj merge=binary
+#*.vbproj merge=binary
+#*.vcxproj merge=binary
+#*.vcproj merge=binary
+#*.dbproj merge=binary
+#*.fsproj merge=binary
+#*.lsproj merge=binary
+#*.wixproj merge=binary
+#*.modelproj merge=binary
+#*.sqlproj merge=binary
+#*.wwaproj merge=binary
+
+###############################################################################
+# behavior for image files
+#
+# image files are treated as binary by default.
+###############################################################################
+#*.jpg binary
+#*.png binary
+#*.gif binary
+
+###############################################################################
+# diff behavior for common document formats
+#
+# Convert binary document formats to text before diffing them. This feature
+# is only available from the command line. Turn it on by uncommenting the
+# entries below.
+###############################################################################
+#*.doc diff=astextplain
+#*.DOC diff=astextplain
+#*.docx diff=astextplain
+#*.DOCX diff=astextplain
+#*.dot diff=astextplain
+#*.DOT diff=astextplain
+#*.pdf diff=astextplain
+#*.PDF diff=astextplain
+#*.rtf diff=astextplain
+#*.RTF diff=astextplain
diff --git a/ecs_net_workshop/.gitignore b/ecs_net_workshop/.gitignore
new file mode 100644
index 0000000..3c4efe2
--- /dev/null
+++ b/ecs_net_workshop/.gitignore
@@ -0,0 +1,261 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+
+# User-specific files
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+
+# Visual Studio 2015 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUNIT
+*.VisualState.xml
+TestResult.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# DNX
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+*_i.c
+*_p.c
+*_i.h
+*.ilk
+*.meta
+*.obj
+*.pch
+*.pdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# JustCode is a .NET coding add-in
+.JustCode
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# TODO: Comment the next line if you want to checkin your web deploy settings
+# but database connection strings (with potential passwords) will be unencrypted
+#*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# The packages folder can be ignored because of Package Restore
+**/packages/*
+# except build/, which is used as an MSBuild target.
+!**/packages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/packages/repositories.config
+# NuGet v3's project.json files produces more ignoreable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+node_modules/
+orleans.codegen.cs
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+
+# SQL Server files
+*.mdf
+*.ldf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# JetBrains Rider
+.idea/
+*.sln.iml
+
+# CodeRush
+.cr/
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
\ No newline at end of file
diff --git a/ecs_net_workshop/ecs_net_workshop.sln b/ecs_net_workshop/ecs_net_workshop.sln
new file mode 100644
index 0000000..572a722
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop.sln
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26430.15
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ecs_net_workshop", "ecs_net_workshop\ecs_net_workshop.csproj", "{5F55ED36-71D8-4EF1-A8B9-8B632029CC44}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {5F55ED36-71D8-4EF1-A8B9-8B632029CC44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5F55ED36-71D8-4EF1-A8B9-8B632029CC44}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5F55ED36-71D8-4EF1-A8B9-8B632029CC44}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5F55ED36-71D8-4EF1-A8B9-8B632029CC44}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/ecs_net_workshop/ecs_net_workshop/App.config b/ecs_net_workshop/ecs_net_workshop/App.config
new file mode 100644
index 0000000..88fa402
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ecs_net_workshop/ecs_net_workshop/ECSS3Factory.cs b/ecs_net_workshop/ecs_net_workshop/ECSS3Factory.cs
new file mode 100644
index 0000000..48cd4ca
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/ECSS3Factory.cs
@@ -0,0 +1,44 @@
+using Amazon.S3;
+using Amazon.Runtime;
+using ECSSDK.S3;
+
+namespace ecs_net_workshop
+{
+ class ECSS3Factory
+ {
+ // credentials
+ public static string END_POINT = "";
+ public static string ACCESS_KEY = "";
+ public static string SECRET_KEY = "";
+
+ public static string S3_BUCKET = "";
+
+ public static volatile ECSS3Client client;
+
+ private static object syncAccess = new object();
+
+ public static ECSS3Client getECSS3Client()
+ {
+ if (client == null)
+ {
+ lock (syncAccess)
+ {
+ if (client == null)
+ {
+ BasicAWSCredentials creds = new BasicAWSCredentials(ACCESS_KEY, SECRET_KEY);
+ AmazonS3Config config = new AmazonS3Config()
+ {
+ ForcePathStyle = true,
+ ServiceURL = END_POINT,
+ SignatureVersion = "2",
+ SignatureMethod = SigningAlgorithm.HmacSHA1,
+ UseHttp = false,
+ };
+ client = new ECSS3Client(creds, config);
+ }
+ }
+ }
+ return client;
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/Create_Bucket.cs b/ecs_net_workshop/ecs_net_workshop/Examples/Create_Bucket.cs
new file mode 100644
index 0000000..08f7240
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/Create_Bucket.cs
@@ -0,0 +1,34 @@
+using System;
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+
+namespace ecs_net_workshop
+{
+ class Create_Bucket
+ {
+ public static void CreateBucket()
+ {
+ ///
+ /// The S3 client -handles object api interactions.
+ ///
+ ECSS3Client client = ECSS3Factory.getECSS3Client();
+
+ ///
+ /// Generic bucket name used for bucket API testing.
+ ///
+ string temp_bucket = Guid.NewGuid().ToString();
+
+ System.Net.ServicePointManager.ServerCertificateValidationCallback = ((sender, certificate, chain, sslPolicyErrors) => true);
+
+
+ PutBucketRequestECS request = new PutBucketRequestECS()
+ {
+ BucketName = temp_bucket,
+ };
+
+ client.PutBucket(request);
+ }
+
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__01__AppendObjecs.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__01__AppendObjecs.cs
new file mode 100644
index 0000000..7aa972a
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__01__AppendObjecs.cs
@@ -0,0 +1,45 @@
+using System;
+using System.IO;
+using Amazon.S3.Model;
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+
+namespace ecs_net_workshop
+{
+ public class __01__AppendObject
+ {
+ public static void Append_Object()
+ {
+ ECSS3Client client = ECSS3Factory.getECSS3Client();
+
+ string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ string key = "key-1";
+ string content = "What goes up";
+
+ PutObjectRequestECS por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ ContentBody = content
+ };
+
+ // create the object
+ client.PutObject(por);
+
+ // append to the object
+ long result = client.AppendObject(temp_bucket, key, " must come down.");
+
+ // verify the append worked
+ GetObjectResponse response = client.GetObject(temp_bucket, key);
+ Stream responseStream = response.ResponseStream;
+ StreamReader reader = new StreamReader(responseStream);
+ string readContent = reader.ReadToEnd();
+ Console.Write(readContent);
+
+
+ }
+ }
+}
+
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__02__PutBucket.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__02__PutBucket.cs
new file mode 100644
index 0000000..2c6bfa5
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__02__PutBucket.cs
@@ -0,0 +1,39 @@
+using System;
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+
+namespace ecs_net_workshop
+{
+ class __02__PutBucket
+ {
+ static ECSS3Client client = ECSS3Factory.getECSS3Client();
+ static string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ public static void PutBucketFileSystemEnabled()
+ {
+ PutBucketRequestECS request = new PutBucketRequestECS()
+ {
+ BucketName = temp_bucket,
+ EnableFileSystem = true
+ };
+
+ PutBucketResponseECS response = client.PutBucket(request);
+ }
+
+ public static void PutBucketWithExtensions()
+ {
+ string bucket = Guid.NewGuid().ToString();
+
+ PutBucketRequestECS request = new PutBucketRequestECS()
+ {
+ BucketName = bucket,
+ RetentionPeriod = 180,
+ StaleReadAllowed = true,
+ EnableCompliance = true,
+ EnableServerSideEncryption = true,
+ Namespace = "ECS_NAMESPACE",
+ };
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__03__ListBucketMetaSearchKeys.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__03__ListBucketMetaSearchKeys.cs
new file mode 100644
index 0000000..6fd2dc0
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__03__ListBucketMetaSearchKeys.cs
@@ -0,0 +1,21 @@
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+namespace ecs_net_workshop
+{
+ class __03__ListBucketMetaSearchKeys
+ {
+ static ECSS3Client client = ECSS3Factory.getECSS3Client();
+ static string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ public static void ListBucketMetaSearchKeys()
+ {
+ ListBucketMetaSearchKeysRequest request = new ListBucketMetaSearchKeysRequest()
+ {
+ BucketName = temp_bucket
+ };
+
+ ListBucketMetaSearchKeysResponse response = client.ListBucketMetaSearchKeys(request);
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__04__ListSystemMetaSearchKeys.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__04__ListSystemMetaSearchKeys.cs
new file mode 100644
index 0000000..8d3a7fc
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__04__ListSystemMetaSearchKeys.cs
@@ -0,0 +1,18 @@
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+namespace ecs_net_workshop
+{
+ class __04__ListSystemMetaSearchKeys
+ {
+ static ECSS3Client client = ECSS3Factory.getECSS3Client();
+ static string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ public static void ListSystemMetaSearchKeys()
+ {
+ ListSystemMetaSearchKeysRequest request = new ListSystemMetaSearchKeysRequest();
+
+ ListSystemMetaSearchKeysResponse response = client.ListSystemMetaSearchKeys(request);
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__05__PutObjectECS.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__05__PutObjectECS.cs
new file mode 100644
index 0000000..626ac4a
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__05__PutObjectECS.cs
@@ -0,0 +1,102 @@
+using System;
+using Amazon.S3.Model;
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+using ECSSDK.S3.Model.Util;
+
+namespace ecs_net_workshop
+{
+ class __05__PutObjectECS
+ {
+ static ECSS3Client client = ECSS3Factory.getECSS3Client();
+ static string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ public static void UpdateObjectWithRange()
+ {
+ string key = "key-1";
+ string content = "The cat crossed the road.";
+ int offset = content.IndexOf("cat");
+
+ PutObjectRequestECS por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ ContentBody = content
+ };
+
+ // create the object
+ client.PutObject(por);
+
+ string updatePart = "dog";
+
+ por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ Range = Range.fromOffsetLength(offset, updatePart.Length),
+ ContentBody = updatePart
+ };
+
+ // update the object
+ client.PutObject(por);
+ }
+
+ public static void ConditionalPut()
+ {
+ string key = "key-1";
+ string content = "testing a conditional PUT";
+
+ DateTime in_the_past = TimeZoneInfo.ConvertTimeToUtc(DateTime.Now.AddMinutes(-5));
+ DateTime in_the_future = TimeZoneInfo.ConvertTimeToUtc(DateTime.Now.AddMinutes(10));
+
+ PutObjectRequestECS por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ ContentBody = content,
+ ContentType = "text/plain"
+ };
+
+ PutObjectResponse response = client.PutObject(por);
+
+ string eTag = response.ETag;
+
+ por.UnmodifiedSinceDate = in_the_past;
+
+ client.PutObject(por);
+ }
+
+ public static void PutObjectRetentionPolicy()
+ {
+ string key = "retention-1";
+ string content = "sample retention content ...";
+
+ PutObjectRequestECS por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ RetentionPolicy = "hold-me",
+ ContentBody = content
+ };
+
+ client.PutObject(por);
+ }
+
+ public static void PutObjectRetentionPeriod()
+ {
+ string key = "retention-1";
+ string content = "sample retention content ...";
+
+ PutObjectRequestECS por = new PutObjectRequestECS()
+ {
+ BucketName = temp_bucket,
+ Key = key,
+ RetentionPeriod = 5,
+ ContentBody = content
+ };
+
+ client.PutObject(por);
+
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Examples/__06__QueryObjects.cs b/ecs_net_workshop/ecs_net_workshop/Examples/__06__QueryObjects.cs
new file mode 100644
index 0000000..2762113
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Examples/__06__QueryObjects.cs
@@ -0,0 +1,58 @@
+using ECSSDK.S3;
+using ECSSDK.S3.Model;
+
+
+namespace ecs_net_workshop
+{
+ class __06__QueryObjects
+ {
+ static ECSS3Client client = ECSS3Factory.getECSS3Client();
+ static string temp_bucket = ECSS3Factory.S3_BUCKET;
+
+ public static void QueryDecimal()
+ {
+ QueryObjectsRequest query_request = new QueryObjectsRequest()
+ {
+ BucketName = temp_bucket,
+ Query = "x-amz-meta-decimalvalue>=6",
+ };
+
+ var response = client.QueryObjects(query_request);
+ }
+
+ public static void QueryString()
+ {
+ QueryObjectsRequest query_request = new QueryObjectsRequest()
+ {
+ BucketName = temp_bucket,
+ Query = "x-amz-meta-stringvalue==\"sample-4\"",
+ };
+
+ var response = client.QueryObjects(query_request);
+ }
+
+ public static void QueryWithMaxKeysPaging()
+ {
+ QueryObjectsRequest query_request = new QueryObjectsRequest()
+ {
+ BucketName = temp_bucket,
+ Query = "x-amz-meta-decimalvalue>4",
+ MaxKeys = 1
+ };
+
+ var response = client.QueryObjects(query_request);
+ }
+
+ public static void QueryWithVersioning()
+ {
+ QueryObjectsRequest qor = new QueryObjectsRequest()
+ {
+ BucketName = temp_bucket,
+ IncludeOlderVersions = true,
+ Query = "x-amz-meta-decimalvalue>4"
+ };
+
+ var qor_respose = client.QueryObjects(qor);
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Main.cs b/ecs_net_workshop/ecs_net_workshop/Main.cs
new file mode 100644
index 0000000..13afa78
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Main.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ecs_net_workshop
+{
+ class Start
+ {
+ public static void Main()
+ {
+ __01__AppendObject.Append_Object();
+ }
+
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/Properties/AssemblyInfo.cs b/ecs_net_workshop/ecs_net_workshop/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..2339dc3
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("ecs_net_workshop")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("ecs_net_workshop")]
+[assembly: AssemblyCopyright("Copyright © 2017")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("5f55ed36-71d8-4ef1-a8b9-8b632029cc44")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]
diff --git a/ecs_net_workshop/ecs_net_workshop/Workshop.cs b/ecs_net_workshop/ecs_net_workshop/Workshop.cs
new file mode 100644
index 0000000..9bba0f2
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/Workshop.cs
@@ -0,0 +1,31 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace ecs_net_workshop
+{
+ class Workshop
+ {
+ static void Main(string[] args)
+ {
+ /*
+ __01__AppendObject.Append_Object();
+ __02__PutBucket.PutBucketFileSystemEnabled();
+ __02__PutBucket.PutBucketWithExtensions();
+ __03__ListBucketMetaSearchKeys.ListBucketMetaSearchKeys();
+ __04__ListSystemMetaSearchKeys.ListSystemMetaSearchKeys();
+ __05__PutObjectECS.ConditionalPut();
+ __05__PutObjectECS.PutObjectRetentionPeriod();
+ __05__PutObjectECS.PutObjectRetentionPolicy();
+ __05__PutObjectECS.UpdateObjectWithRange();
+ __06__QueryObjects.QueryDecimal();
+ __06__QueryObjects.QueryString();
+ __06__QueryObjects.QueryWithMaxKeysPaging();
+ __06__QueryObjects.QueryWithVersioning();
+ */
+
+ }
+ }
+}
diff --git a/ecs_net_workshop/ecs_net_workshop/ecs_net_workshop.csproj b/ecs_net_workshop/ecs_net_workshop/ecs_net_workshop.csproj
new file mode 100644
index 0000000..6c57e4a
--- /dev/null
+++ b/ecs_net_workshop/ecs_net_workshop/ecs_net_workshop.csproj
@@ -0,0 +1,69 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {5F55ED36-71D8-4EF1-A8B9-8B632029CC44}
+ Exe
+ ecs_net_workshop
+ ecs_net_workshop
+ v4.5.2
+ 512
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+ ..\..\..\..\..\Downloads\ecs-object-client-dotnet-master\ecs-object-client-dotnet-master\ecs-object-client-dotnet\bin\Release\AWSSDK.Core.dll
+
+
+ ..\..\..\..\..\Downloads\ecs-object-client-dotnet-master\ecs-object-client-dotnet-master\ecs-object-client-dotnet\bin\Release\AWSSDK.S3.dll
+
+
+ ..\..\..\..\..\Downloads\ecs-object-client-dotnet-master\ecs-object-client-dotnet-master\ecs-object-client-dotnet\bin\Release\ECSSDK.S3.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file