I have automatic snapshots of my opensearch cluster in amazon and I get list of them using this command:
GET _snapshot/cs-automated-enc
now I try to find a way to download this snapshot with all of its data to my computer maybe some day I want to restore it back to amazon open search.
Can I have done this ? If no, what other options do I have? Do I have to keep it only in Amazon S3 buckets?
As a comment mentions on your post, you could potentially simply download the snapshot from S3 and delete it from S3. This would effectively achieve what you want.
However, snapshots are for disaster recovery and backup. I suppose you want to hold the snapshot in S3 as it offers some safety guarantee (as opposed to a personal computer).
Just a guess of your intention - if you want to reduce costs, you could either: