• Hello,

    I want to know if you can help me to create a code that let users upload automatically to a private specific folder named with their user ID under the main bucket, so that they can ultimately see only their own files.

    I thought the following code you suggested can help by somehow adding the user ID to the name :

    //Upload files to random folder
    add_filter( 'ssu_shortcode_upload_folder', function() {
       return 'random';
    } );

    But I think it is working on the Uploads Folder on our own server, and not on amazon S3.

    Any ideas to help us?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @aminericher,

    Thanks for reaching out to us last night.

    Yes, we’re more than happy to help you find the best solution as long as we understand your specific needs. ??

    So just to confirm, you want S3 files to be accessed by the users who upload them only. Am I right?

    If so, each user doesn’t need to have their own upload folder. The system should check & grant access according to the file access permission.

    It’s best if you can share with us more about your use case so that we can understand and advise you accordingly.

    You might want to send these details to our support email – hello(at)preventdirectaccess.com so that our team can support you faster.

    Looking forward to hearing from you.

    Thread Starter Win Win

    (@aminericher)

    Hey email sent ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Privacy’ is closed to new replies.