distribution/registry/storage/driver
James Hewitt 7622d0a453
Don't return the from of a walk
Other storage drivers will only return children and below, s3 should do
the same. The only reason it was returning was because of the addition
of a / to ensure we treat the from as a directory.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
2023-08-15 16:26:37 +01:00
..
azure registry/storage/driver/azure: fix Move method 2023-06-26 13:47:30 +02:00
base format code with gofumpt 2022-11-03 22:48:20 +01:00
factory go.mod: change imports to github.com/distribution/distribution/v3 2021-02-08 18:30:46 +01:00
filesystem remove dot-imports for gopkg.in/check.v1 2023-04-29 17:08:47 +02:00
gcs Enable Go build tags 2023-06-28 11:41:22 +01:00
inmemory Remove registry storage testdriver 2023-05-02 16:37:33 +02:00
middleware Merge pull request #3206 from takmatsu/suppurt-path-in-middleware 2023-07-14 10:50:29 +01:00
oss Enable Go build tags 2023-06-28 11:41:22 +01:00
s3-aws Don't return the from of a walk 2023-08-15 16:26:37 +01:00
swift Update Azure SDK and support additional authentication schemes 2023-04-25 17:23:20 +00:00
testsuites registry/storage/driver/testsuites: use 4MB for Azure append test 2023-05-30 15:12:08 +02:00
fileinfo.go format code with gofumpt 2022-11-03 22:48:20 +01:00
storagedriver.go Update Azure SDK and support additional authentication schemes 2023-04-25 17:23:20 +00:00
walk.go storagedriver/s3: Optimized Walk implementation + bugfix 2021-08-16 16:07:25 -04:00
walk_test.go format code with gofumpt 2022-11-03 22:48:20 +01:00