-
Notifications
You must be signed in to change notification settings - Fork 59
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
Support folder browsing for static resources #2912
Labels
kind/enhancement
New feature or request
Comments
mzueva
added a commit
that referenced
this issue
Nov 9, 2022
mzueva
added a commit
that referenced
this issue
Nov 9, 2022
mzueva
added a commit
that referenced
this issue
Nov 9, 2022
mzueva
added a commit
that referenced
this issue
Nov 9, 2022
mzueva
added a commit
that referenced
this issue
Nov 9, 2022
* Issue 2912: Support folder browsing for static resources * Issue 2912: Support folder browsing for static resources - freemarker -> velocity * Issue 2912: Support folder browsing for static resources + styles * Issue #2912 Check path type in the cloud * Issue 2912: Support folder browsing for static resources + fix velocity template loading * Issue #2912 Relative paths handling * Issue #2912 Support folder browsing in share srv * Issue #2912 Support folder browsing in share srv Co-authored-by: mzueva <mariia_zueva@epam.com>
mzueva
added a commit
that referenced
this issue
Nov 10, 2022
mzueva
added a commit
that referenced
this issue
Nov 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
At the moment Cloud Pipeline provides
/restapi/static-resources/${path}
endpoint for browsing files from S3 objects in a browser. For folders this API at the moment returns 404, even if folder exists.Approach
API
/restapi/static-resources/${path}
shall return simple html with files list for folders.The text was updated successfully, but these errors were encountered: