Uploading files to S3 #1234
Answered
by
neokoenig
edthetechie
asked this question in
Q&A
|
I was wondering if anyone had any ideas or best practises for getting a file into S3 after it's uploaded onto the server via the CFWheels sendFile() function? I'm starting a new project and the client is asking for a CDN but I haven't worked with a CDN in Wheels before. I looked at the plugins but couldn't see one which relates to this so figured I'd ask. Any help would be greatly appreciated :-) |
Answered by
neokoenig
Nov 24, 2022
Replies: 1 comment 5 replies
|
I use this https://github.com/jcberquist/aws-cfml If you chuck that |
5 replies
Answer selected by
edthetechie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use this https://github.com/jcberquist/aws-cfml
I find it more useful that the built in CFML S3 stuff.
If you chuck that
miscellaneous/awsyou can do something like this: