BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
AmazonS3FileProvider Controller
and register your Amazon S3 client account details like awsAccessKeyId, awsSecretAccessKey, bucketRegion, and bucketName details in RegisterAmazonS3
method to perform the file operations.
// You can use your login credentials in below method in controller
void RegisterAmazonS3(string bucketName, string awsAccessKeyId, string awsSecretAccessKey, string bucketRegion)
|