Tooling for s3cmd interface.
1 2 3 4 5 6 7 8 9 10 11 | get_using_s3cmd(key, filename, params)
put_using_s3cmd(key, filename, params)
exists_using_s3cmd(key, params)
which_s3cmd()
options_for_s3cmd_get(params)
options_for_s3cmd_put(params)
|
key |
simple string. The key to read/write to in S3. |
filename |
simple string. The file to read/write to on disk when reading/writing from S3. |
params |
list. Addiitonal parameters to pass to read/write functions. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.