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 6 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

For long-running tasks, it might be helpful to get progress reports along the way, e.g. via {progressr}. {progressr} support would need to be bundled within the individual functions so that...

I have a file which is on S3 which basically looks like this `202408050803-lum_v2_gs_nl-%13668%-1002120667.wav`. If I want to copy it to another folder, I'm getting 'invalid source encoding' due to...

sdk issue