folbricht / desync

Alternative casync implementation
BSD 3-Clause "New" or "Revised" License
343 stars 44 forks source link

Unknown S3 bucket lookup type error message uses `s` instead of `ls` #266

Closed dhausauer-flx closed 6 months ago

dhausauer-flx commented 6 months ago

At https://github.com/folbricht/desync/blob/2cd76a54d4a79a2e703d22f033ad7300e59a1dab/cmd/desync/store.go#L141

return nil, fmt.Errorf("unknown S3 bucket lookup type: %q", s)

should read:

return nil, fmt.Errorf("unknown S3 bucket lookup type: %q", ls)
folbricht commented 6 months ago

Fixed in https://github.com/folbricht/desync/pull/267, thanks

dhausauer-flx commented 6 months ago

Thank you!


From: Frank Olbricht @.> Sent: Tuesday, April 30, 2024 12:43 AM To: folbricht/desync @.> Cc: Derek H @.>; Author @.> Subject: Re: [folbricht/desync] Unknown S3 bucket lookup type error message uses s instead of ls (Issue #266)

Fixed in #267https://github.com/folbricht/desync/pull/267, thanks

— Reply to this email directly, view it on GitHubhttps://github.com/folbricht/desync/issues/266#issuecomment-2084493619, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7KOWIFTUOAWTCKO74PKOG3Y744QHAVCNFSM6AAAAABG7FW4ECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBUGQ4TGNRRHE. You are receiving this because you authored the thread.Message ID: @.***>