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

Fix the existence check of a task directory in the Swift API #23

Open
wesleymonte opened this issue Mar 17, 2020 · 0 comments · May be fixed by #24
Open

Fix the existence check of a task directory in the Swift API #23

wesleymonte opened this issue Mar 17, 2020 · 0 comments · May be fixed by #24

Comments

@wesleymonte
Copy link
Contributor

We are implementing a exists based on a list of a directory, but the Swift API has a more direct option.
The URL to perform the check is in this format:
https://<object_storage_address>/swift/v1/<container_name>?prefix=<task_directory>
Received 200 OK case exists the directory, otherwise 204 No Content.

@luismafra luismafra transferred this issue from ufcg-lsd/saps-engine Jul 6, 2021
@luismafra luismafra linked a pull request Jul 6, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant