Upload a file to S3
s3_upload_file(file, uri, content_type = mime_guess(file))
file | string, location of local file |
---|---|
uri | string, URI of an S3 object, should start with |
content_type | content type of a file that is auto-guess if omitted |
invisibly uri