DO Spaces

A Wrapper to interact with Digital Ocean Spaces.

Definition

Namespace: Tipi.Tools.Services

Assembly: Tipi.Tools.Services.dll

Package: Tipi.Tools.DoSpaces

This class lets you interact with Digital Ocean Spaces.

Constructors

Create an instance of DoSpaces class, takin as parameter a new object of type S3BucketOptions

DoSpaces(S3BucketOptions)

Creates a new instance of the DoSpaces Class, takin as parameter a new object of type S3BucketOptions

Copied!

                    
    public DoSpaces(S3BucketOptions options);