LiveUI / S3

S3 Client written in Swift
MIT License
93 stars 60 forks source link

Status: 307 #5

Closed sergeymild closed 6 years ago

sergeymild commented 6 years ago

When i am trying upload file like: try s3.put(bytes: bytes, filePath: "example/example.txt") i always get an error S3.Error: badResponse 307.

emilpedersen commented 6 years ago

I get the same error

at-tuanmai2 commented 6 years ago

I get the same error

rafiki270 commented 6 years ago

vapor 3 package has been released and I am unfortunately unable to support the 2.0 version anymore. Please feel tree to create a PR for the 2.0 branch if you'd like and I am happy to look at it. I think the problem is with an incorrect URL format for the S3 client.