-
The `aws_cli.py` file checks the number of provided volumes to attach, as shown in the below code:
https://github.com/google/cloud-forensics-utils/blob/d50d4e36dca0fe450e286e351b2a4bf3942b8786/exam…
-
Hi guys,
There was a new release of `libvtk6-dev` on 2020-11-30 on [ubuntu xenial](http://changelogs.ubuntu.com/changelogs/pool/universe/v/vtk6/vtk6_6.2.0+dfsg1-10ubuntu0.1/changelog), that conflic…
-
Pasted from a dftimewolf run using the turbinia client lib same API:
```
CRITICAL: Error calling cloud function [gettasks]:
```
We've also opened https://github.com/google/cloud-forensics-u…
-
Hi,
Right now, `libcloudforensics` only supports credentials read from the `~/.aws/config` file.
Would you consider adding support for other sources ?
[This page](https://boto3.amazonaws.com/…
-
Pasted from another tool using the same API:
```
CRITICAL: Error calling cloud function [gettasks]:
```
-
```
$ python -m examples.aws_cli copyvolume --volume_id=VOLUMEID --src_account=default --dst_account=blah us-east-2a
Starting volume copy...
Traceback (most recent call last):
File "/usr/lib/…
-
I've just configured synocommunity repos for a new DS120j.
But some of the applications are missing when listed from it.
The processor is a Marvell Armada 3700 88F3720. So I assume that packages s…
-
Have the ability to pass log queries in raw to be able to create very specific recipes.
Be able to pull cloud logs:
- pull logs of a specific host
- pull logs of the project in general
- pull lo…
-
```
(cfu) ramsesdebeer@cloudshell:~ (ramses-test2)$ libcloudforensics gcp ramses-test2 querylogs --filter='resource.type="gce_instance"'
Traceback (most recent call last):
File "/home/ramsesdebee…
-
YAPF should put every function parameter on a separate line for readability.
Add below to YAPF style file and create a separate re-style PR for all code.
SPLIT_ALL_COMMA_SEPARATED_VALUES = True