I have a scenario where some of the end customers needs to upload files to s3. They dont have any AWS account. so how can I provide access to them without an account. There is a large number of end customers. Considered using an sftp in aws but sharing the ssh key is not secure, neither i want to go with presigned URL's as they are limited with SDK's.
Any steer is much appreciated.
Thank you