Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-12-09 14:20:17 +00:00
parent ead8a52c00
commit d310afaf59
20 changed files with 865 additions and 865 deletions

View File

@@ -50,7 +50,7 @@ func (t *SpaceService) List(request *ListRequest) (*ListResponse, error) {
}
// Read an object in storage
// Read an object in storage. Use for private objects.
func (t *SpaceService) Read(request *ReadRequest) (*ReadResponse, error) {
rsp := &ReadResponse{}