Skip to content

Commit

Permalink
Change GCF API version to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
aarontp committed Jul 3, 2020
1 parent 25c99a4 commit 8a4e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/lib/libcloudforensics.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ class GoogleCloudFunction(GoogleCloudProject):
region (str): Region to execute functions in.
"""

CLOUD_FUNCTIONS_API_VERSION = 'v1beta2'
CLOUD_FUNCTIONS_API_VERSION = 'v1'

def __init__(self, project_id, region):
"""Initialize the GoogleCloudFunction object.
Expand Down

0 comments on commit 8a4e041

Please sign in to comment.