pub async fn get_app_s3_credentials(
client: &WasmerClient,
app_id: impl Into<String>,
) -> Result<S3Credentials, Error>
Expand description
Load the S3 credentials.
S3 can be used to get access to an apps volumes.
pub async fn get_app_s3_credentials(
client: &WasmerClient,
app_id: impl Into<String>,
) -> Result<S3Credentials, Error>
Load the S3 credentials.
S3 can be used to get access to an apps volumes.