-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove s3-server and dependencies (#150)
* fix(search) Bump up s3s-* crates as suggested in #131 (comment) * test(search): fix tests related to improperly formatted `folder` in URLs for S3 mock filesystem * fix(search): check that a key exists before formatting a URL, ensuring that pre-signed URLs are not generated for non-existent keys * fix(search): use KeyNotFound error when a key is not found * fix(search): use KeyNotFound for head and get object in AwsS3Storage * test(search): add set of tests targeting non-existent keys * build(search): remove unused dependencies --------- Co-authored-by: Marko Malenic <[email protected]>
- Loading branch information
1 parent
3ab16cf
commit 766fbc0
Showing
13 changed files
with
629 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.