I want to copy one folder, with all existing files inside it, to another folder inside AmazonS3's same Bucket.
I can copy one object but what i need is to copy folder, with all files, into another Folder.
I want to copy one folder, with all existing files inside it, to another folder inside AmazonS3's same Bucket.
I can copy one object but what i need is to copy folder, with all files, into another Folder.
Here is the example to copy folder inside AmazonS3 Bucket Which works for me. For more details you can check this link
You could use S3DirectoryInfo class in the amazon version 3.1.5 .net 3.5 this class copyTo method.
I used the following example C# code to copy from NTFS file path to AmazonS3 with C# .net 3.5 and amazon version 3.1.5: