[BUG] No Error when S3 access key is not available / got deleted
See original GitHub issueContext In order to help us troubleshoot issues with this project, you must provide the following details:
- ElasticDump version: docker.io/elasticdump/elasticsearch-dump:v6.72.0
Describe the bug A clear and concise description of what the bug is.
During operations the access token to the S3 bucket got deleted, elasticsearch-dump only reported an error but did not exit with an error code.
Thu, 09 Sep 2021 05:40:42 GMT | Error Emitted => Access Key you provided does not exist in our records.
Current behavior
Elasticsearch-dump just continues to run, without reporting any errors.
Expected behavior
Elasticsearch-dump should immediatly exit with an error code.
Additional context
We run elasticsearch-dump on an openshift-cluster as a cronjob, so we need a reliable error handling.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Resolve "AWS Access Key Id" errors when sending requests ...
The error message "The AWS Access Key Id you provided does not exist in our records" indicates that there's an issue with the...
Read more >Error Responses - Amazon Simple Storage Service
Error Code Description HTTP Status Code
AccessControlListNotSupported The bucket does not allow ACLs. 400 Bad Request
AccessDenied Access Denied 403 Forbidden
BucketAlreadyOwnedByYou 409 Conflict (in all...
Read more >The AWS Access Key Id does not exist in our records
I've faced this issue on a Lambda function uploading files to S3 and managed to solve by configuring S3 object using the endpoint...
Read more >Error creating S3 bucket: BucketAlreadyExists: The requested ...
Describe the Bug Getting an error Error: Error creating S3 bucket: BucketAlreadyExists: The requested bucket name is not available. The bucket namespace is ......
Read more >Troubleshooting | Cloud Storage
Issue: I tried to create a bucket but got a 403 Account Disabled error. Solution: This error indicates that you have not yet...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed by https://github.com/elasticsearch-dump/elasticsearch-dump/commit/2c5e435770fdd32361a7e71735623ae340d69581
Will be in the next release
Perfect, thank you very much 😄