You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by rgex <gi...@git.apache.org> on 2015/04/27 00:04:36 UTC

[GitHub] incubator-usergrid pull request: 579 - alternative to the S3Binary...

GitHub user rgex opened a pull request:

    https://github.com/apache/incubator-usergrid/pull/240

    579 - alternative to the S3BinaryStore class in Usergrid

    See https://issues.apache.org/jira/browse/USERGRID-579
    
    This adds the AwsSdkS3BinaryStore class, the old S3BinaryStore class will still be available. 
    AwsSdkS3BinaryStore has several advantages :
     - upload files up to 50GB
     - support of V4 signing process
     - lower network latency when a regionName is defined
    
    I tested it with an 1.2 GB file so far and checked all md5 checksum to be sure everything is fine.
    Only the deleting is not working but I believe that the bug is not in the class. It appears that the binaryStore.delete() method is never called. I think it has something to do with this ticket https://issues.apache.org/jira/browse/USERGRID-530
    I will make further investigations on it.
    
    PS : My ICLA was approved.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rgex/incubator-usergrid master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-usergrid/pull/240.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #240
    
----
commit 133887fa17e5f32b1802cfa54cf92e72aa5b333e
Author: rgex <12...@supinfo.com>
Date:   2015-04-26T19:44:28Z

    Added AwsSdkS3BinaryStore class

commit bb0b27d8a104c910c581580fb26a244435a9e223
Author: rgex <12...@supinfo.com>
Date:   2015-04-26T19:48:30Z

    added aws-java-sdk-s3 dependency

commit 329a9e0e4bfbb42ba6c80d8d508e270673396243
Author: rgex <12...@supinfo.com>
Date:   2015-04-26T19:52:06Z

    added aws config documentation file

commit 7cd2e633409fae5e2b483cbd9c59feabc9561ba3
Author: Jan Moritz Lindemann <12...@supinfo.com>
Date:   2015-04-26T20:00:14Z

    Update file-storage-configuration.md

commit ae5bc3f6057ee344ee0bf17188ed8a2ba14c15c2
Author: Jan Moritz Lindemann <12...@supinfo.com>
Date:   2015-04-26T20:09:40Z

    Update file-storage-configuration.md

commit 9696ca5d864d035be8d0bd7aed2dadd4b8dc846e
Author: Jan Moritz Lindemann <12...@supinfo.com>
Date:   2015-04-26T20:31:45Z

    added aws-java-sdk-s3 dependency

commit c3585c01c77ecde6d1553a2d5b52d25de0c27cda
Author: Jan Moritz Lindemann <12...@supinfo.com>
Date:   2015-04-26T20:36:15Z

    fix typo

commit 71e67da919ed663f67154d1a847e0da5fb34aa5e
Author: Jan Moritz Lindemann <12...@supinfo.com>
Date:   2015-04-26T21:02:52Z

    upgrade httpclient to v 4.4.1

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-usergrid pull request: 579 - alternative to the S3Binary...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-usergrid/pull/240


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---