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

Allow creating permalink object tags on S3 #167

Open
whatnick opened this issue May 10, 2024 · 0 comments
Open

Allow creating permalink object tags on S3 #167

whatnick opened this issue May 10, 2024 · 0 comments

Comments

@whatnick
Copy link

To manage the lifecycle of sharelink JSON object better in some deployments infrastructure engineers may choose to delete objects after a certain number of days. Users aiming to have long term persistence of certain sharelinks can create them with a permalink or similar S3 Object Tag and filter them out of the lifecycle rules.

Relevant change in the server code can be made here :

return S3(serviceOptions).putObject(params).promise()
and relevant UI options added to enable permalinks. Current behaviour is such that all links are permalinks and contents of the share url S3 bucket will grow infinitely over time. This may not be an issue except in very high traffic deployments.

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

No branches or pull requests

1 participant