Closed yawboakye closed 11 years ago
The documentation (README.md) on removing a file from a bucket:
README.md
val result = bucket - BucketFile(fileName, mimeType, byteArray, acl, headers) or val result = bucket remove BucketFile(fileName, mimeType, byteArray, acl, headers)
https://github.com/Rhinofly/play-s3/blob/master/app/fly/play/s3/Bucket.scala#L89 parameter should be item name (of type String) not BucketFile.
String
BucketFile
I submitted a pull request with the changes
I could not find your pull request
You fixed it anyways. Cool :+1:
The documentation (
README.md
) on removing a file from a bucket:https://github.com/Rhinofly/play-s3/blob/master/app/fly/play/s3/Bucket.scala#L89 parameter should be item name (of type
String
) notBucketFile
.I submitted a pull request with the changes