C# 클래스 NeoSmart.Web.S3

파일 보기 프로젝트 열기: neosmart/web

공개 메소드들

메소드 설명
GetCustomExpiringLink ( string cname, string objectName, System.TimeSpan expires ) : string
GetExpiringLink ( string bucket, string objectName, System.TimeSpan expires, S3LinkType linkType = S3LinkType.Subdomain, bool secure = false ) : string
SetCredentials ( string username, string password ) : void

메소드 상세

GetCustomExpiringLink() 공개 정적인 메소드

public static GetCustomExpiringLink ( string cname, string objectName, System.TimeSpan expires ) : string
cname string
objectName string
expires System.TimeSpan
리턴 string

GetExpiringLink() 공개 정적인 메소드

public static GetExpiringLink ( string bucket, string objectName, System.TimeSpan expires, S3LinkType linkType = S3LinkType.Subdomain, bool secure = false ) : string
bucket string
objectName string
expires System.TimeSpan
linkType S3LinkType
secure bool
리턴 string

SetCredentials() 공개 정적인 메소드

public static SetCredentials ( string username, string password ) : void
username string
password string
리턴 void