Dear expert,
I need your guidance to upload 10,000 folder in S3 bucket, hence need guidance on the same to upload this many folders.
Hi @Avishek1 ,
Firstly, can you confirm you mean folders? You can't upload folders into S3, only individual files. You need to create the folders within S3.
Second, if you're uploading files en masse you can wrap the S3 call into a batch macro and use the control parameter to overwrite the filepaths for each file you wish to upload.
Also, I would recommend downloading the Teknion toolkit, which has a really useful S3 batch tool to do this.
M.
@mceleavey actually I have to update zip folder in S3 bucket
Hi @Avishek1 ,
I would recommend the Teknion toolkit. You can download that here:
This will allow you to zip the files into a single file, then upload to S3.
M.