spark-redshift icon indicating copy to clipboard operation
spark-redshift copied to clipboard

Update bucket lifecycle check

Open BorePlusPlus opened this issue 7 years ago • 3 comments

getPrefix method on Rule got deprecated It seems that reponse on the wire was also changed so this method no longer returns the prefix even on older versions of AWS SDK (as the one used by this project).

I've bumped the AWS SDK dependencies version and implemented the check using new visitor pattern. I am not sure it is the nicest scala code, but I think it works. Tests stil pass.

I believe this fixes #346.

BorePlusPlus avatar Jul 21 '17 17:07 BorePlusPlus

There was not activity on this project since November. Is it effectively parked? Can we expect any further updates/maintenance?

BorePlusPlus avatar Jul 21 '17 17:07 BorePlusPlus

When do it merge ?? I want to merge it... because api spec change

kohunmin avatar Aug 10 '18 07:08 kohunmin

@kohunmin According to notes, probably never. The development is now only proceeding in data source that's bundled with their platform.

You can build it yourself and push it to a local repo for your team. That's what we did for time being....

BorePlusPlus avatar Aug 10 '18 08:08 BorePlusPlus