Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bucket lifecycle check #357

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BorePlusPlus
Copy link

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.

`getPrefix` method on `Rule` [got deprecated](https://github.com/aws/aws-sdk-java/blob/355424771b951ef0066b19c3eab4b4356e270cf4/aws-java-sdk-s3/src/main/java/com/amazonaws/services/s3/model/BucketLifecycleConfiguration.java#L145-L153)
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 databricks#346.
@BorePlusPlus
Copy link
Author

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

@kohunmin
Copy link

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

@BorePlusPlus
Copy link
Author

@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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants