!!Amazon Glacier
\\
 About Glacier : It is an online file storage web service that provides storage for data archiving and backup. (for more info : [https://docs.aws.amazon.com/glacier/index.html#lang/en_us]) You need to download this jar file and place it in your CrushFTP ▸ plugins  ▸ lib folder. [aws-java-sdk.jar]\\
\\
The url should looks like (Replace the url with your corresponding data!):\\
{{{
glacier://{ACCESS_KEY_ID}:{SECRET_KEY_ID}@glacier.{REGION}.amazonaws.com/
}}}
The default region is : 
{{{
us-east-1
}}}
\\
It will list all the vaults. Upload is only allowed under a vault folder. After each successful upload crush will add a tag to the vault (storing basic information about the archive) like : \\
{{{
some preformatted block
}}}


\\
[attachments|glacier_vfs.png]\\