We are trying to host Minio S3 as our public shared file repo. Management is asking to put a password on top of shared links to secure confidential data.
Is it possible to protect Minio S3 share link with credentials ?
We are trying to host Minio S3 as our public shared file repo. Management is asking to put a password on top of shared links to secure confidential data.
Is it possible to protect Minio S3 share link with credentials ?
If Minio mimics Amazon S3, then there is no concept of a 'password' for files.
Instead, there is the concept of an Amazon S3 pre-signed URLs, which is a time-limited URL that grants access to a private object. It is generated using the user's Secret Key (which could be considered a 'password'). Only somebody with the correct Secret Key can correctly generate a pre-signed URL.