summaryrefslogtreecommitdiff
path: root/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn
diff options
context:
space:
mode:
authorGravatar darkfeline <darkfeline@web>2015-10-09 02:19:40 +0000
committerGravatar admin <admin@branchable.com>2015-10-09 02:19:40 +0000
commit1bcc4ad40afb0486575a695a784d7d2d8d602efd (patch)
tree570b0622b608f1073481dd55060a64819f048927 /doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn
parentb7ad36df3bf0a88d5d52302c6a2e61f71ae1f18e (diff)
Diffstat (limited to 'doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn')
-rw-r--r--doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn60
1 files changed, 60 insertions, 0 deletions
diff --git a/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn b/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn
new file mode 100644
index 000000000..92c6d276b
--- /dev/null
+++ b/doc/bugs/STANDARD__95__IA_for_S3_remote_not_working.mdwn
@@ -0,0 +1,60 @@
+### Please describe the problem.
+
+Cannot set S3 remote to use Infrequently accessed.
+
+### What steps will reproduce the problem?
+
+git annex enableremote <remote> storageclass=STANDARD_IA
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150930 on Arch Linux
+
+### Please provide any additional information below.
+
+[[!format sh """
+
+# Trying with RR
+$ git annex enableremote amazon storageclass=REDUCED_REDUNDANCY
+enableremote amazon (encryption update) (hybrid cipher with gpg key XXX) ok
+(recording state in git...)
+
+$ git annex info amazon
+remote: amazon
+description: [amazon]
+uuid: XXX
+trust: semitrusted
+cost: 250.0
+type: S3
+creds: embedded in git repository (gpg encrypted)
+bucket: XXX
+endpoint: s3.amazonaws.com
+port: 80
+storage class: ReducedRedundancy
+# snip
+
+# Trying with IA
+$ git annex enableremote amazon storageclass=STANDARD_IA
+enableremote amazon (encryption update) (hybrid cipher with gpg key XXX) ok
+(recording state in git...)
+
+$ git annex info amazon
+remote: amazon
+description: [amazon]
+uuid: XXX
+trust: semitrusted
+cost: 250.0
+type: S3
+creds: embedded in git repository (gpg encrypted)
+bucket: XXX
+endpoint: s3.amazonaws.com
+port: 80
+storage class: Standard
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+I've had great experiences using git annex normally, but the special remotes tend
+to get dicey, like here.