aws icon indicating copy to clipboard operation
aws copied to clipboard

Documentation is out of date

Open bikisDesign-zz opened this issue 8 years ago • 0 comments

The supplied documentation for submitting to S3 does not reflect that of the S3 module.

i.e. init: The documented: S3( accessKey: "my-key", secretKey: "my-secret", region: "my-region", bucket: "my-s3-bucket") The actual: S3(host: "foo", accessKey: "bar", secretKey: "bar", region: .usWest2)

i.e. upload: The documented: .uploadFile("/path/to/local/file", "/folder/in/s3/bucket")

The actual: upload(bytes: [UInt8(1)], path: "f", access: .authenticatedRead)

bikisDesign-zz avatar May 10 '17 19:05 bikisDesign-zz