agola/internal/objectstorage
Simone Gotti e964aa3537 objectstorage: add persist option to WriteObject
This options is a noop on s3 but on the posix implementation it becomes useful
when there isn't the need to have a persistent file, thus avoiding some fsync
calls.
2019-05-01 15:06:47 +02:00
..
objectstorage.go objectstorage: add persist option to WriteObject 2019-05-01 15:06:47 +02:00
objectstorage_test.go objectstorage: add persist option to WriteObject 2019-05-01 15:06:47 +02:00
posix.go objectstorage: add persist option to WriteObject 2019-05-01 15:06:47 +02:00
posix_test.go objectstorage: add persist option to WriteObject 2019-05-01 15:06:47 +02:00
s3.go objectstorage: add persist option to WriteObject 2019-05-01 15:06:47 +02:00