You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mountpoint S3 is a file client that translates local file system API calls to S3 object API calls like GET and LIST.
The goal of this feature is to add first-class support to mounting S3-based location so users don't have to rely on using the AWS S3 client and have a more streamlined experience that resembles mounting a local directory.
Mountpoint S3 is a file client that translates local file system API calls to S3 object API calls like GET and LIST.
The goal of this feature is to add first-class support to mounting S3-based location so users don't have to rely on using the AWS S3 client and have a more streamlined experience that resembles mounting a local directory.
Rough outline of the implementation:
s3.go
file to the docker packge.The text was updated successfully, but these errors were encountered: