-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not making the uploaded things public #70
Comments
Hi @kantaharikrishna, please take a look at this example configuration: https://github.com/Turistforeningen/node-s3-uploader/blob/stable/0.x/README.md#example |
One concern, Its not making the uploaded thing as 'public-read' On Thu, Dec 17, 2015 at 2:07 AM, Hans Kristian Flaatten <
Thanks, |
@kantaharikrishna Please provide the code you are using (with the exact same parameters) or provide an isolated example (github gist, tonic dev,…). |
As per my investigation: [email protected]:* It's making the uploads as public* var client = new Upload('bucket_name', { [email protected]: It's not making the uploads as public var client = new Upload('bucket_name', { versions: [{ On Fri, Dec 18, 2015 at 5:16 PM, Anthony Ringoet [email protected]
Thanks, |
I have followed this below link:
https://github.com/Turistforeningen/node-s3-uploader/blob/stable/0.x/README.md
OS: Windows 7, 32-bit
Node: 0.12.0
Imagemagick: 6.9.0
[email protected]
My issue is the uploaded image is not having the public read though I have given awsBucketAcl: 'public-read',.
The text was updated successfully, but these errors were encountered: