To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorFind a bucket keep in the storage by it's identifier
As a glass developer, I want retrieve a binary data from the backend.
- Scenarios
-
- Retrieve binary data stored in the back end
- Retrieve binary data stored in the back end with it's metadata
- Avoid retrieve binary data stored with unregister identifier
- Avoid retrieve an binary data stored with invalid identifier
- Retrieve binary data stored in the back end
-
- Given
- an stored binary data in the data store
- When
- I request to retrieve the binary data
- Then
- I have the same binary data that store previously
- Retrieve binary data stored in the back end with it's metadata
-
- Given
- an stored binary data in the data store with metadata
- When
- I request to retrieve the binary data with it's metadata
- Then
- I have the same binary data that store with the same metadata
- Avoid retrieve binary data stored with unregister identifier
-
- When
- I request to retrieve the binary data with unregister identifier
- Then
- I have an bad request error because identifier don't exists
- Avoid retrieve an binary data stored with invalid identifier
-
- When
- I request to retrieve the binary data with invalid identifier
- Then
- I have an bad request error because identifier is not valid
Last published over 7 years ago by Raimundo AlegrÃa.