This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a change to branch s3-support
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.
discard 48f9228 Fix boto3 version requirements
discard 7046617 requirements
discard 386e79f Add S3_BUCKET to docker entrypoint
discard d97f5cb Pass s3-bucket at startup
discard bb01225 no need to hardcode aws creds
discard 4677af8 it works
discard 100a9bb fixed scanning weirdness
discard 200046c fix signature_fun for s3
discard 192f01c Properly scans S3, still needs S3 signature fun
discard 2eb7aaf wip
discard 96caa70 Collection.py should support s3 path schemes
discard 6afe67f wip
discard b431c11 Create S3Observer
discard d412f90 Move directory scanning out of Collection class
discard 180ea1e Make some public methods private, for clarity
add 72e0f32 SDAP-286: Add processor module to Granule Ingester to
properly handle longitudes between 180-360deg (#23)
new de64c8b Make some public methods private, for clarity
new 171225e Move directory scanning out of Collection class
new 16a636e Create S3Observer
new c5bed69 wip
new d3fe631 Collection.py should support s3 path schemes
new 069d9fc wip
new 883dddf Properly scans S3, still needs S3 signature fun
new 1a15971 fix signature_fun for s3
new a7e3488 fixed scanning weirdness
new b87d30e it works
new dc519ab no need to hardcode aws creds
new 0976c6d Pass s3-bucket at startup
new 74afad3 Add S3_BUCKET to docker entrypoint
new b342b3d requirements
new 5c66515 Fix boto3 version requirements
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (48f9228)
\
N -- N -- N refs/heads/s3-support (5c66515)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 15 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../services/CollectionProcessor.py | 1 +
granule_ingester/granule_ingester/pipeline/Modules.py | 9 +++++++--
...kelvintocelsius.py => Subtract180FromLongitude.py} | 19 +++++++++++++------
.../granule_ingester/processors/__init__.py | 1 +
4 files changed, 22 insertions(+), 8 deletions(-)
copy granule_ingester/granule_ingester/processors/{kelvintocelsius.py =>
Subtract180FromLongitude.py} (67%)