package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jun 10, 2022
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package s3 implements a file store on Amazon S3-compatible storage.
type S3FS struct {
*minio.Client
}
New connects to S3-compatible storage and returns a file store using it.
If the specified bucket doesn't exist, ErrNoSuchBucket is returned.
Post creates a new S3 object with the string representation of the id as
name. For potentially greater efficiency of the upload, implement
Size() int64
on data.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.