Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/fides/api/service/storage/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
from fides.api.util.aws_util import get_s3_client
from fides.config import CONFIG

# just changing a random python file


def maybe_get_s3_client(
auth_method: str, storage_secrets: Dict[StorageSecrets, Any]
Expand Down
Loading