You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, otherwise204 No Content
.The text was updated successfully, but these errors were encountered: