Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I need to upload files and get the URL of files in SE Bucket. I am able to upload the files but it is triggering S3List component every time it upload file. I want it to be done once the S3Put component task completed.
Senario
First I will upload the multiple files to SE bucket and only once all the files uploaded it will move to next component tS3List and provide me all the URL for files.
see below.