-
Notifications
You must be signed in to change notification settings - Fork 113
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
Share expiration #3594
Share expiration #3594
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
7e9b40b
to
0fe0534
Compare
16f85cc
to
b6c1d39
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the ISO8601 pain, the updatemask introduction which causes changes in all implementations and the cs3api replacement. All of which we can address in subsequent PRs. Good to go!
b6c1d39
to
968a7fb
Compare
Shares can have an expiration timestamp. If they are accessed after the expiration, the share will automatically be removed.
Todo: