Sam
06/04/2024, 9:32 PMaws s3 --profile lakefs \
--endpoint-url <https://lakefs.example.com> \
ls <s3://example-repo/main/example-directory>
I get an error - An error occurred (SignatureDoesNot Match) when calling ListObjectsV2 operation...
The logs show same... SignatureDoesNotMatch, file build/pkg/gateway/middleware.go:61Joe M
06/04/2024, 9:53 PMAriel Shaqed (Scolnicov)
06/05/2024, 6:40 AM--force-path-style
flag?
Also, if it still does nto work, you could run with --debug
.Sam
06/08/2024, 7:51 PMAriel Shaqed (Scolnicov)
06/09/2024, 5:45 PM