Revenj.S3.S3 C# (CSharp) Method

S3() static private method

static private S3 ( )
        static S3()
        {
            StaticRepository = Static.Locator.Resolve<IS3Repository>();
            var config = Static.Locator.Resolve<Configuration>();
            BucketName = config["S3BucketName"];
        }

Same methods

S3::S3 ( IS3Repository repository = null )
S3::S3 ( Stream stream )
S3::S3 ( Stream stream, long length )
S3::S3 ( byte bytes )