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 the bucket's Metadata
In order to know the binary data related information
As a glass developer I want to retrieve all the metadata stored for a concrete binary data
- Scenarios
-
- Find the metadata associated to an existing binary data
- Avoid retrieve the metadata stored with unregister bucket identifier
- Avoid retrieve the metadata that wasn't been stored previously
- Find the metadata associated to an existing binary data
-
- Given
- an stored binary data in the data store that have related information
- When
- I request retrieve the meta information with the binary data identifier
- Then
- obtain a list of key/value pairs with information that qualify the binary data
- Avoid retrieve the metadata stored with unregister bucket identifier
-
- When
- I request to retrieve the metadata with unregister bucket identifier
- Then
- I have an bad request error because bucket don't exists
- Avoid retrieve the metadata that wasn't been stored previously
-
- When
- I request to retrieve the metadata from a bucket that doesn't have metadata.
- Then
- I have an bad request error because metadata don't exists
Last published over 7 years ago by Raimundo AlegrÃa.