Files without extensions will be created as a dir/file
instead of file
#47
Labels
bug
Something isn't working
dir/file
instead of file
#47
Hi!
First, thanks a lot for this package. It has made my interactions with S3 backends much easier compared to using {paws}.
I noticed the following niche issue when uploading a file without extension using
s3_file_upload()
:Assuming a remote path of
$BUCKET/my/file
, the resulting file will be created as$BUCKET/my/file/file
- instead of$BUCKET/my/file
.When using
paws.storage::s3()$put_object()
directly, this is not the case (i.e. it works as intended) and$BUCKET/my/file
gets created.The text was updated successfully, but these errors were encountered: