splunk / splunk-shuttl

Splunk app for archive management, including HDFS support.
Apache License 2.0
36 stars 19 forks source link

Glacier should download archives with their original file name #105

Closed petterik closed 11 years ago

petterik commented 11 years ago

The glacier client has no way of downloading "archives" (glacier files) with their original file name. There are two solutions to this problem:

  1. Persist metadata, like archiveId's are being handled.
  2. Construct the file name from the bucket, before downloading it.

Choose one. Explain why it was chosen.