Skip to content

some AWS S3 problem #31

Open
Open
@GinoToo

Description

@GinoToo

Hi
i am using this for my uploader, all will go the AWS S3
when i try it i have some problem

  1. 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 ?

  1. 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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions