We are developing a DAM and are successfully uploading and saving files to the bubble S3 service on AWS.
Rather than securing these files using the bubble ‘attach’ facility, we would like to hand-out temporary URLs of the underlying files. To do this we would like to take a ‘file’ (stored on bubble S3) and create a copy of the file on bubble S3, that we will delete later.
Using a backend workflow, when we try to create a new ‘file’:saved to S3 from the URL of the current ‘file’, it appears to simply keep the same file on S3, and not create a copy.
Is there a way to take an S3 ‘file’ from a ‘thing’ and create a copy of that file in a different S3 ‘file’, without bubble using the same file on S3?