iljau

Results 2 issues of iljau

```python import fs import fs_s3fs from fs import open_fs from fs_s3fs import S3FS def copy_to_latest(): print(f"{fs.__version__=}") print(f"{fs_s3fs.__version__=}") target_fs: S3FS = open_fs(f's3://my-bucket/some/path/') print(f"{target_fs=}") src_path = "2022-06-27/08:05:10/" print(f"{src_path=}") dst_path = "latest" print(f"{dst_path=}")...

### Is it a bug? - [X] I know this is an issue with the app, and contacting Mullvad support is not relevant. ### I have checked if others have...

bug