we had some files stored in AWS S3 in the storage class of Glacier Deep Archive, and they have been restored and can be downloaded.
all of them are images and videos.
when i download it directly from browser, it is ok, all can be opened normally.
but when i download them from any one of the following methods :
- rclone
- aws cli
- aws explorer via vscode plugin
all image files carry the jpg extension, but none of them can be opened. upon a check on the file type, they are all in fact gzip files. after i rename their extension, they can be unzipped and viewed as images.
the same also applies to video files.
so, have i missed anything in maybe the rclone copy / sync command which can include the above manual file extension conversion during the copy / sync ?
those files were backuped via CloudBerry, would that be the origin of this whole thing ( which i might have misconfigured ) ?