S3 icon indicating copy to clipboard operation
S3 copied to clipboard

S3 Client written in Swift

Results 18 S3 issues
Sort by recently updated
recently updated
newest added

It seems that is you try call an S3 list on an empty bucket to get an error rather than an empty result set. ```[ ERROR ] DecodingError.keyNotFound: Value required...

... so we can acces the `filename` property of objects. Thanks!

`.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" } } ```

https://ci.liveui.io/job/LiveUI/job/S3/job/PR-22/3/console With error: `[Test Mac OS] xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance`

According to: https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html

It is not possible to assign `Region` to `region` property in `File.Upload` structure or pass it in the constructor.

building with 3.0.0-RC3.0.1 ``` backgroundExecute(` code: 1, error: "error: the package PackageReference(identity: \"s3\", name: nil, path: \"https://github.com/LiveUI/S3.git\", isLocal: false) @ 3.0.0-alpha.1 contains revisioned dependencies:\n PackageReference(identity: \"vaportesttools\", name: nil, path: \"https://github.com/LiveUI/VaporTestTools.git\",...

help wanted

Hi! Thanks for the awesome project! So I had this issue where everything worked great on Mac but then when I deployed to a Linux environment I had issues. Uploads...