package
0.0.0-20250126151236-03ee3a8044ca
Repository: https://github.com/apfs-io/apfs.git
Documentation: pkg.go.dev
# README
Use with local S3 server
@link https://docs.min.io
docker run --rm -p 9000:9000 \
-e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
-e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" \
minio/minio server /data
# Functions
NewStorage object returns storage according to options.
WithFilepathGenerator updates path generator option.
WithMainBucket which makes that all objects will be stored in the subdirectory {bucketName}.server.com/{objectPath}.
WithS3Config custom configurator.
WithS3Credentionals to the server.
WithS3FromURL parse URL and fill the S3 config.
# Variables
Errors list...
Errors list.
Errors list.
Errors list...
# Type aliases
Options configuration type.