-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I have setup The S3 connector, and can GET and PUT objects. I have noticed that only json files show up correctly once uploaded and re-downloaded.
For example, if I do this:
curl -v -X PUT -H "Content-Type: application/json" "http://localhost:9089/buckets/mybucket/object?key=test.json" -d @/tmp/test.json
I can go to the AWS Console and download and view the json.
If, however, I try with a PNG or gzip file, the file has been corrupted when I re-download:
curl -X PUT -H "Content-Type: image/png" "http://localhost:9089/buckets/mybucket/object?key=test.png" -d @/tmp/test.png
Metadata
Metadata
Assignees
Labels
No labels