pub async fn update_volume_s3_enabled(
client: &WasmerClient,
volume_id: Id,
s3_enabled: bool,
) -> Result<UpdateVolumePayload, Error>Expand description
Enable or disable the S3 endpoint of a single app volume, identified by its
AppVolume id.