lucidsoftware / apt-boto-s3

The fast and simple S3 transport for apt.
Apache License 2.0
56 stars 13 forks source link

Error thrown when InRelease file missing #10

Closed hemebond closed 8 years ago

hemebond commented 8 years ago

I have a repo that has Release and Release.gpg files but no InRelease file. This causes apt-boto-s3 to throw the following error:

E: Method s3 General failure: Could not connect to the endpoint URL: "https://s3-us-east-1.amazonaws.com/bucketname/dists/dbplc/InRelease" (/usr/lib/apt/methods/s3, line 98)
hemebond commented 8 years ago

Nevermind. I switched to s3://s3.amazonaws.com/bucketname and it worked.