C# Class Nupload.GoogleCloudStorageUploadConfiguration

Inheritance: IUploadConfiguration
Mostrar archivo Open project: appharbor/nupload

Private Properties

Property Type Description

Public Methods

Method Description
GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration ) : System
GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration, TimeSpan policyExpiration ) : System

Method Details

GoogleCloudStorageUploadConfiguration() public method

public GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration ) : System
credentials GoogleCredentials
bucket string
objectConfiguration GoogleCloudStorageObjectConfiguration
return System

GoogleCloudStorageUploadConfiguration() public method

public GoogleCloudStorageUploadConfiguration ( GoogleCredentials credentials, string bucket, GoogleCloudStorageObjectConfiguration objectConfiguration, TimeSpan policyExpiration ) : System
credentials GoogleCredentials
bucket string
objectConfiguration GoogleCloudStorageObjectConfiguration
policyExpiration TimeSpan
return System