-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
New error variant on ObjectStorageError
is needed to correctly display authentication failure and let users know if credentials provided are wrong.
Currently on authentication failure, ObjectStorage::check
returns Unhandled Error: Error
. This method for S3 is implemented by call to head_bucket
which returns aws_sdk_s3::types::SdkError<HeadBucketError>
but is mapped to unhandled error variant.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers