Question:
I am attempting to use VBscript with the HTTP component to upload a folder to S3. The folder in question has many subfolders in it.
I did not see a method in the docs for uploading more than a single file at a time.
I can iterate through the folders/files in my script and upload them one at a time, however I cannot seem to find any methods in the docs for verifying the existence of a folder or creating a folder if it does not exist.
Can anyone help me understand how I can accomplish this?