How to prevent file transfer by copying / pasting a file link placed on aws S3

Hello.
How to prevent file transfer by copying / pasting a file link placed on aws S3.

What I don’t want is for the file to be downloaded out of the bubble solution.

Thanks

1 Like

One solution would be to setup your own AWS S3 with disabled public access and using one of the available plugins to interact with your AWS S3 bucket, bypassing then Bubble’s storage.

Alternatively I guess privacy rules on Bubble can allow access to a specific user who owns this file.

2 Likes

Okay
I have attached the file to the unique Id of the current User

and the basic address of the link
https://bracadabra.dev/version-test/fileupload/f1619013394695x856252672503898600/a.txt

changes when copied / pasted / launched into
[https://s3.amazonaws.com/appforest_uf/f1619013394695x856252672503898600/a.txt?**AWSAccessKeyId=AKIAIUMZEBL2PSHM4AZQ&Expires=1619014256&Signature=Ogh8tLjL6PkdOkg8wA8lh28aj0s%3D]**(https://)

But still open the file.

I don’t see in the privacy how to manage the attached files.

You can private the file to a particular user if you want.

Yes. But i don’t Know how to…

When uploading to a file uploaded or image uploader, there should be a checkbox to mark it as private.

This topic was automatically closed after 70 days. New replies are no longer allowed.