Open
Description
Hi
i am using this for my uploader, all will go the AWS S3
when i try it i have some problem
- when read the file form AWS the URL is not work the error is
The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.
then i change the code in the index.js line 250 to
url: (options.useSSL ? 'https:' : 'http:') + '//' + options.storage.aws.bucketName + '.s3-' + options.storage.aws.region + '.amazonaws.com/' + o.Key
them is can display correct, is that ok ?
- when post to aws that is no any thumbnail.
3.for the tmpDir the file will upload to it, those file will delete ?
thx
Gino