LiveUI / S3

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

Version tag collision #27

Open zdnk opened 6 years ago

zdnk commented 6 years ago

.package(url: "https://github.com/LiveUI/S3.git", from: "3.0.0-RC3.2"), resolves to:

      {
        "package": "S3",
        "repositoryURL": "https://github.com/LiveUI/S3.git",
        "state": {
          "branch": null,
          "revision": "9a7e7aa5486396665a792eed6489499ef33c344b",
          "version": "3.0.0-rc2"
        }
      }
qi-shun-wang commented 5 years ago

I got the same problem.I need the public filename of the bucket object at 3.0.0-RC3.2 version, but it seems to be internal property at 3.0.0-rc2 version.