filed bug on haskell aws to support this
This commit is contained in:
parent
97d8964bb4
commit
0d7ef96c38
3 changed files with 29 additions and 0 deletions
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2015-03-16T17:43:44Z"
|
||||
content="""
|
||||
Ok, the problem here is that Aws.S3.Core.StorageClass currently only
|
||||
offers Standard | ReducedRedundancy | Glacier.
|
||||
|
||||
To support this google thing, the library needs to be expanded.
|
||||
I have filed a request for that here:
|
||||
|
||||
<https://github.com/aristidb/aws/issues/155>
|
||||
"""]]
|
|
@ -2,3 +2,5 @@ This has been described as Google's [[special_remotes/glacier]].
|
|||
|
||||
* [Announcement](http://googlecloudplatform.blogspot.in/2015/03/introducing-Google-Cloud-Storage-Nearline-near-online-data-at-an-offline-price.html)
|
||||
* <https://cloud.google.com/storage/docs/nearline-storage>
|
||||
|
||||
> [[dup|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2015-03-16T17:47:18Z"
|
||||
content="""
|
||||
I have not read anything about this yet, but there is another bug report
|
||||
which seems to indicate that the S3 interface could be used with git-annex,
|
||||
if it were possible to set storageclass=NEARLINE, which it is currently
|
||||
not due to a limitation with the aws library git-annex is using.
|
||||
|
||||
<>
|
||||
|
||||
So, I think I'll close this todo as a dup of that.
|
||||
"""]]
|
Loading…
Reference in a new issue