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
public class StoredObjectListElement {
public String subdir;
public String name;
public String hash;
public long bytes;
@JsonProperty(value="content_type")
public String contentType;
@JsonProperty(value="last_modified")
public String lastModified;
}
The definition of StoredObjectListElement is here https://github.com/javaswift/joss/blob/master/src/main/java/org/javaswift/joss/command/shared/container/StoredObjectListElement.java
but the response of API listing objects look like (GET API here https://developer.openstack.org/api-ref/object-store/index.html#containers):
The fields (
subdir
) seem not not match.and there may be
symbol_link
in the response body when listing objects.The text was updated successfully, but these errors were encountered: