thaiphan / magento2-s3

Use Amazon S3 as the file storage solution for your Magento 2 application
MIT License
142 stars 96 forks source link

Can not create configurable product with variations that have same images. #79

Open dieguitoqueiroz opened 5 years ago

dieguitoqueiroz commented 5 years ago

Process:

Error executing "CopyObject" on "https://teste-s3-magento.s3.us-east-2.amazonaws.com/tmp/catalog/product/_/m/_mg_6348_8.jpg"; AWS HTTP error: Client error: PUT https://teste-s3-magento.s3.us-east-2.amazonaws.com/tmp/catalog/product/_/m/_mg_6348_8.jpg resulted in a 400 Bad Request response: InvalidRequestThis copy request is illegal because it is trying to copy an object to itself (truncated...) InvalidRequest (client): This copy request is illegal because it is trying to copy an object to itself without changing the object's metadata, storage class, website redirect location or encryption attributes. - InvalidRequestThis copy request is illegal because it is trying to copy an object to itself without changing the object's metadata, storage class, website redirect location or encryption attributes.704F3AD63825D61FlCgK8Rc5r7S5zt02jRDdgl2J4736i1bcc5kEr4N78Im8l1lc26MLpkbNBxUhnv4h4b5eWYMAMv8=

niteshv0909 commented 5 years ago

Facing the same issue. Got following error :

Error executing "CopyObject" on "https://mgtestimages.s3.ap-south-1.amazonaws.com/tmp/catalog/product/q/w/qwr.jpg"; AWS HTTP error: Client error: PUT https://mgtestimages.s3.ap-south-1.amazonaws.com/tmp/catalog/product/q/w/qwr.jpg resulted in a 400 Bad Request response: InvalidRequestThis copy request is illegal because it is trying to copy an object to itself (truncated...) InvalidRequest (client): This copy request is illegal because it is trying to copy an object to itself without changing the object's metadata, storage class, website redirect location or encryption attributes. - InvalidRequestThis copy request is illegal because it is trying to copy an object to itself without changing the object's metadata, storage class, website redirect location or encryption attributes.412E06FECF9A67B6+bK1geIq8uT+BUaPezlHiaxn7NuJ6zW0B1z6k1ZiNnPpWIYq5SMDVKlxGhGwe5FSHqiX8HlxdHY= Is somebody looking into this?