Hi all
I'm using AWS Cloudfront as a CDN config in my application.
I enabled all Http method: put, post, get,.... in configuration of S3 and Cloudfront.
Now I can post an object to CDN address:
https://xxxxxxx.cloudfront.net with object key: profiles/1234556.jpg
But now I want post object to address:
https://xxxxxxx.cloudfront.net/profiles/ with object key 1234556.jpg but it always return error 405: method not allowed, message: the specified method is not allowed against this resource
Can I do it? Has anyone done it yet??
Thanks a lot!!!