summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y <Nigel@web>2013-05-31 10:23:23 +0000
committerGravatar admin <admin@branchable.com>2013-05-31 10:23:23 +0000
commita75ef44827ef6683be2013f90ccdc482f8dff58a (patch)
tree53f948025d96f6f13eaa2ea3b39072b35257f052
parentb93837a9c566e6209ecffb9da578a64240f37bd6 (diff)
Added a comment: AWS credentials
-rw-r--r--doc/tips/using_Google_Cloud_Storage/comment_1_c576182f39563ae68767391c4227a177._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/tips/using_Google_Cloud_Storage/comment_1_c576182f39563ae68767391c4227a177._comment b/doc/tips/using_Google_Cloud_Storage/comment_1_c576182f39563ae68767391c4227a177._comment
new file mode 100644
index 000000000..3a4d02f32
--- /dev/null
+++ b/doc/tips/using_Google_Cloud_Storage/comment_1_c576182f39563ae68767391c4227a177._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawnaH44G3QbxBAYyDwy0PbvL0ls60XoaR3Y"
+ nickname="Nigel"
+ subject="AWS credentials"
+ date="2013-05-31T10:23:23Z"
+ content="""
+This looks very valuable - Google are offering a free 5GB up until 2013 June 30th
+
+Sign in here[1] get your credentials here[2] under the section “Interoperable Access” (Source[3])
+
+ # Set up AWS credentials
+ $ export AWS_ACCESS_KEY_ID=\"YOUR-KEY\"
+ $ export AWS_SECRET_ACCESS_KEY=\"YOUR-SECRET\"
+
+1. http://gs-signup-redirect.appspot.com/ -or- https://developers.google.com/storage/docs/signup
+2. https://storage.cloud.google.com/m
+3. http://fog.io/storage/
+"""]]