Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Documentation is out of date #21

Open
bikisDesign-zz opened this issue May 10, 2017 · 0 comments
Open

Documentation is out of date #21

bikisDesign-zz opened this issue May 10, 2017 · 0 comments

Comments

@bikisDesign-zz
Copy link

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant