-
Notifications
You must be signed in to change notification settings - Fork 282
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
type lifeCycleRule incorrect #1306
Comments
Line 359 in 06758a5
Looks they are optional. |
I was referring inside the Expiration key. Date, Days, DeleteMarker, DeleteAll, they are all required. |
Line 323 in 06758a5
Yeah looks like.. we can mark them optional. Feel free to send a PR. |
fixed as part of #1308 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that the typing of the Expiration key in lifeCycleRule is incorrect. Date, Days, DeleteMarker, DeleteAll have all become required since the last update. This creates a typing error when I call the setBucketLifecycle function.
What should I do ?
The text was updated successfully, but these errors were encountered: