s3fs
s3fs copied to clipboard
S3 FileSystem (fs.FS) implementation
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...