GetLink Method
Creates a link to an object which expires in seconds specified.
Syntax
[VB.NET] Public Function GetLink(ByVal ObjectName As String, ByVal Expires As Integer) As String
[C#] public string GetLink(string objectName, int expires);
Remarks
This method can be used to create authenticated links to allow access to objects for a limited time. The bucket is specified by the Bucket property. Please refer to Amazon S3 documentation for further details and security implications.
NOTE: This method has a corresponding asynchronous version (GetLinkAsync) for use in the WinRT environment.