We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f43bd3 commit b3686f1Copy full SHA for b3686f1
localstack/services/lambda_/invocation/lambda_service.py
@@ -577,7 +577,7 @@ def store_s3_bucket_archive(
577
if archive_bucket == config.BUCKET_MARKER_LOCAL:
578
usage.hotreload.increment()
579
return create_hot_reloading_code(path=archive_key)
580
- s3_client: "S3Client" = connect_to(aws_access_key_id=account_id, region_name=region_name).s3
+ s3_client: "S3Client" = connect_to().s3
581
kwargs = {"VersionId": archive_version} if archive_version else {}
582
archive_file = s3_client.get_object(Bucket=archive_bucket, Key=archive_key, **kwargs)[
583
"Body"
0 commit comments