Mirko Da Corte
Mirko Da Corte
Currently S3 documentation with compose file reports: ``` AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID} # Read AWS secrets from environment (or a .env file) AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY} ``` but `.env` file is not supported with...
### Location https://docs.ethswarm.org/api/#tag/Single-owner-chunk/paths/~1soc~1%7Bowner%7D~1%7Bid%7D/post and OpenAPI documentation. ### Description Documentation doesn't mention requirement of `swarm-postage-batch-id` parameter for this API. Anyway, trying to pass an invalid one I receive ``` {"message":"batch not...
### Location https://github.com/ethersphere/bee/blob/bbf130119575bed15782d6e5d179d94cc21dcdab/openapi/SwarmCommon.yaml#L52 ### Description Chainstate is defined as four fields represented as integers, instead API returns a JSON with three fields, and two of these are strings (probably BigInt)....
#### Summary Some endpoints can have a default `Cache-Control` header with big values, because expose only immutable values, like for example `/bzz`. Others instead can have a default `Cache-Control: no-cache`,...
I don't get differences between these two apis in documentation, and they look to be the same.
#### Summary Expose current value of health and readiness on `/metrics` endpoint. #### Motivation This is useful for implement automatic alarms on node availability using tools based on metrics like...
### Summary Currently printed text on logs refers always to ETH, even if mainnet where the coin is xDai instead. Update printed texts. Example: `time="2022-01-09T18:40:10Z" level=warning msg="cannot continue until there...
#### Summary We need a way for upload to a node chunks that was already signed by the client with postage stamps. This primarily permits to publish contents signed with...
#### Summary When a Bee node disconnect for some reason from kademlia network, it should be able to reply to GET requests on BZZ api for cached data. Currently it...
### Context Using local node Bee `1.4.3` on LAN as a Full node. ### Summary I've tried to upload on a local node in LAN a sample file using Swarm...