I can upload files or directories to the bucket using the AWS.NET SDK, but they always get to the root folder.
Is there a way to upload a file to an existing directory?
- edit. Additional Information:
Therefore, I use TransferUtilityUploadDirectoryRequest to load the directory from my local drive to S3. I would like the files to be uploaded to a folder in a bucket with the same name as the folder of your choice.
For instance. if I select the c: / stuff directory to load, I want the contents of c: / stuff to be included in BucketName / stuff, and not directly in the bucket.
I hope it is clear what I am trying to do, if not, I will try to provide additional information
source
share