Hi @walterjonesjr,
Thanks for reaching out to us.
At the moment, our SSU plugin allows you to upload one file at a time. The function to allow multiple file uploads is already on our development plan, which will be released soon in our upcoming version.
We’ll definitely keep you posted once it’s done.
As for your second question, yes, you can define upload destination when configuring your S3 buckets.
define('SSU_PROVIDER', 'aws');
define('SSU_KEY', 'your-access-key');
define('SSU_SECRET', 'your-access-secret');
define('SSU_BUCKET', 'your-bucket');
define('SSU_FOLDER', 'your-bucket-folder'); // upload files to specific folder under the bucket (optional)
define('SSU_REGION', 'your-bucket-region');
define('SSU_CAPABILITY', 'manage_options'); // determine who can upload files to the bucket (optional)
Does it make sense to you, @walterjonesjr?
You might also want to drop us an email at hello(at)preventdirectaccess.com so that our team can support you faster.