Skip to content

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

Development

Successfully merging this pull request may close these issues.

WARN Utils: An error occurred while trying to read the S3 bucket lifecycle configuration java.lang.NullPointerException

2 participants