How to upload files from the Web server to s3 bucket in .NET? Web server has read and write access to the bucket hence no AWS key is needed.
I have previously used S3 SDK and Access Key to upload, how do I handle connection to s3 bucket in current scenario ? Does S3 SDK facilitates this ?
Would to be grateful to get some information or resouces to follow.
Thanks in advance.