s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

Access Amazon Web Service 'S3' as if it were a file system. File system 'API' design around R package 'fs'

Results 4 s3fs issues
Sort by recently updated
recently updated
newest added

Currently paws is unable to copy s3 object using multipart (https://github.com/paws-r/paws/issues/501). This is fixed in (https://github.com/paws-r/paws/pull/503). Will need to restrict version of `paws.common` and `paws.storage` so `s3fs` functionality will work.

Hi, Thank you for the very useful package! First, **let me be clear**: the error is probably NOT a bug of the package, but mine. I just would like to...

It would be practical to have a _simple_ return on the connection function, instead of the whole page of connection details the function is returning now. Maybe another enclosing function...

enhancement