s3fs icon indicating copy to clipboard operation
s3fs copied to clipboard

S3 FileSystem (fs.FS) implementation

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

This PR implements the optional seeker interface for file

Amazon has a version 2 of the api which is already the official predecessor of v1. The main advantages of the new API are performance improvements, easier error handling, easier...

Hi, I'm working on a similar project, but for OneDrive. The thing that kinda bothers me, is a lack of `context.Context` support. I see you resort to `context.Background()`. The solution...

enhancement