Open jeffgunderson opened 2 years ago
Hi. Yes - thats how it should work. The pattern for the Target is the path in an S3 URL: https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html#path-style-access
The example here shows this: https://github.com/darren-reddick/terraform-aws-transfer/tree/master/examples/public-secrets The README could maybe do with an update to make this more clear. Thanks for the feedback!
Apologies if this is just a simple misunderstanding. I am using your example of username/pass authentication. Using it as-is works as far as authentication to connect via SFTP, but I get permission denied for anything more than that once I'm in like:
What I found that fixed it is changing the target to start with the bucket name:
Is this expected and I just misunderstood things?
Thank you so much for the module!