Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ AwsS3
Class
AwsS3
bridge/src/client/data_store/aws_s3.rs:23–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
// export BRIDGE_AWS_BUCKET=
"..."
22
23
pub struct AwsS3 {
24
client: Client,
25
bucket: String,
26
}
27
28
impl AwsS3 {
29
pub fn new() -> Option<Self> {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected