S3 AWS download instead show the imagePoor Magento Performance with AWS EC2Magento Redis setup on AWSHosting Magento on AWSInstall Magento 2.1 on AWS?M1.9 - Handing a large amount of simple products?Magento2 and AWS ElastiCache setupProblems to install Magento on AWSProblem to install Magento on AWSHow to configure Magento 2 multiple websites on AWS EC2Help for deploying Magento2 on AWS
Why does nature favour the Laplacian?
How to write a column outside the braces in a matrix?
Map of water taps to fill bottles
Function pointer with named arguments?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
Can I criticise the more senior developers around me for not writing clean code?
Pre-plastic human skin alternative
Does tea made with boiling water cool faster than tea made with boiled (but still hot) water?
Who was the lone kid in the line of people at the lake at the end of Avengers: Endgame?
Two field separators (colon and space) in awk
Contradiction proof for inequality of P and NP?
can anyone help me with this awful query plan?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
What are the steps to solving this definite integral?
How much cash can I safely carry into the USA and avoid civil forfeiture?
Minor Revision with suggestion of an alternative proof by reviewer
Is it idiomatic to construct against `this`
Can an Area of Effect spell cast outside a Prismatic Wall extend inside it?
Is the claim "Employers won't employ people with no 'social media presence'" realistic?
Don’t seats that recline flat defeat the purpose of having seatbelts?
Dynamic SOQL query relationship with field visibility for Users
Implications of cigar-shaped bodies having rings?
Check if a string is entirely made of the same substring
What happened to Captain America in Endgame?
S3 AWS download instead show the image
Poor Magento Performance with AWS EC2Magento Redis setup on AWSHosting Magento on AWSInstall Magento 2.1 on AWS?M1.9 - Handing a large amount of simple products?Magento2 and AWS ElastiCache setupProblems to install Magento on AWSProblem to install Magento on AWSHow to configure Magento 2 multiple websites on AWS EC2Help for deploying Magento2 on AWS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have an EC2 instance in AWS, running NGINX, php-fpm and 3 small magento stores. Each store has its corresponding RDS.
In one of the shops did the integration with S3 service, quietly.
However, in the other, the integration is done but the images are downloaded instead of displayed.
The store in question does not have the DNS propagated yet, I'm aecssando by inserting the field in the hosts file. Already the shop where the S3 is working is accessed directly via static IP assigned to instance.
Could anyone help me?
aws
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an EC2 instance in AWS, running NGINX, php-fpm and 3 small magento stores. Each store has its corresponding RDS.
In one of the shops did the integration with S3 service, quietly.
However, in the other, the integration is done but the images are downloaded instead of displayed.
The store in question does not have the DNS propagated yet, I'm aecssando by inserting the field in the hosts file. Already the shop where the S3 is working is accessed directly via static IP assigned to instance.
Could anyone help me?
aws
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have an EC2 instance in AWS, running NGINX, php-fpm and 3 small magento stores. Each store has its corresponding RDS.
In one of the shops did the integration with S3 service, quietly.
However, in the other, the integration is done but the images are downloaded instead of displayed.
The store in question does not have the DNS propagated yet, I'm aecssando by inserting the field in the hosts file. Already the shop where the S3 is working is accessed directly via static IP assigned to instance.
Could anyone help me?
aws
I have an EC2 instance in AWS, running NGINX, php-fpm and 3 small magento stores. Each store has its corresponding RDS.
In one of the shops did the integration with S3 service, quietly.
However, in the other, the integration is done but the images are downloaded instead of displayed.
The store in question does not have the DNS propagated yet, I'm aecssando by inserting the field in the hosts file. Already the shop where the S3 is working is accessed directly via static IP assigned to instance.
Could anyone help me?
aws
aws
asked Nov 14 '14 at 21:23
luizaluiza
122114
122114
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 9 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I solve this issue changing the content-type for all files for image/jpeg
To do this, to change all of the image in one time, I used the GUI for S3 - DragonDisk 1.0.5 - Ubuntu version.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f44117%2fs3-aws-download-instead-show-the-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I solve this issue changing the content-type for all files for image/jpeg
To do this, to change all of the image in one time, I used the GUI for S3 - DragonDisk 1.0.5 - Ubuntu version.
add a comment |
I solve this issue changing the content-type for all files for image/jpeg
To do this, to change all of the image in one time, I used the GUI for S3 - DragonDisk 1.0.5 - Ubuntu version.
add a comment |
I solve this issue changing the content-type for all files for image/jpeg
To do this, to change all of the image in one time, I used the GUI for S3 - DragonDisk 1.0.5 - Ubuntu version.
I solve this issue changing the content-type for all files for image/jpeg
To do this, to change all of the image in one time, I used the GUI for S3 - DragonDisk 1.0.5 - Ubuntu version.
answered Nov 15 '14 at 19:10
luizaluiza
122114
122114
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f44117%2fs3-aws-download-instead-show-the-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown