distribution/registry/storage/driver
Milos Gajdos 852de2c2bb
cleanup: make chunk sizes easier to understand and change writer append
This commit make the S3 driver chunk size constants more straightforward
to understand -- instead of remembering the bit shifts we make this more
explicit.

We are also updating append parameter to the `(writer).Write` to follow
the new convention we are trying to establish.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-10-27 10:57:54 +01:00
..
azure feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
base refactor: Storage driver errors 2023-10-18 10:02:21 +01:00
factory go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
filesystem feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
gcs feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
inmemory feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
middleware Enable bodyclose linter 2023-08-19 09:45:44 +01:00
s3-aws cleanup: make chunk sizes easier to understand and change writer append 2023-10-27 10:57:54 +01:00
testsuites feat: Add context to storagedriver.(Filewriter).Commit() 2023-10-19 11:27:27 +01:00
errors_test.go refactor: Storage driver errors 2023-10-18 10:02:21 +01:00
fileinfo.go format code with gofumpt 2022-11-03 22:48:20 +01:00
storagedriver.go feat: Add context to storagedriver.(Filewriter).Commit() (#4109) 2023-10-19 11:41:55 +01:00
walk.go Pass the last paging flag to storage drivers 2023-08-29 11:27:42 +01:00
walk_test.go Pass the last paging flag to storage drivers 2023-08-29 11:27:42 +01:00