How to run C# directly in ASPX page

<%@ Page Language=”C#” %><%@ Import Namespace=”Amazon.S3″%><%@ Import Namespace=”Amazon.S3.Model”%><script runat=”server”>protected void Page_Load(object sender, EventArgs e){string bucketName = “XXXXXX”;AmazonS3Client s3Client = AmazonS3Helper.GetAmazonS3Client();string folderPath = “documents/XXXX/”; PutObjectRequest request = new […]

AWS \ Folder \ Prefixes

When you manipulate items in windows explorer from AWS s3 bucket , it creates folders which then get uploaded to AWS as 0 byte objects. You can view […]