-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: FileBone(public=True)
for public files
#1241
Conversation
FileBone(public=True)
for public files without signature authentication
FileBone(public=True)
for public files without signature authenticationFileBone(public=True)
for public files
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.
@akelch can you test this branch again with my refactoring?
@sveneberth @ArneGudermann looking phorward for your review!
Co-authored-by: Sven Eberth <se@mausbrand.de>
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've tested together with @akelch.
a94b922
This is a follow-up on viur-framework#1241
This is a follow-up on #1241 --------- Co-authored-by: Sven Eberth <mail@sveneberth.de>
…ork#1344 Added required `RecordBone.refresh` for Fluidpages.
This PR adds public files. Public files are stored in an extra bucket that follows this name: public-dot-{__PROJECT_ID}
The bucket must be created with ACL rights.
With getUploadUrl, the parameter public is used to decide whether it is a public file or not.
Filebones with flag public=True can only refer to a public file
Public files again deliver a servingurl.