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.
Aditional Classes
Class used as parameter in order to initialize the DoSpaces class.
S3BucketOptions
Class used as parameter in order to initialize the DoSpaces class.
Properties
AccessKey
Property of type String that represents your Access Key.
SecretKey
Property of type String that represents your Secret Key.
BucketName
Property of type String that represents your BucketName.
Root
Property of type String that represents your Root.
EndpointUrl
Property of type String that represents your EndpointUrl.
Endpoint
Property of type String that represents your Endpoint.
Constructors
S3BucketOptions(Dictionary<string>)
This constructor takes as argument one values of type Dictionary that contains the values for your AccessKey, SecretKey, BucketName, Root, EndpointUrl, Endpoint.