Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Feb 1, 2024
1 parent b60f92f commit aa83822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titiler/cmr/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def tile(
)

def _reader(asset: Asset, x: int, y: int, z: int, **kwargs: Any) -> ImageData:
if s3_auth_config.type == "environment" and self.auth:
if s3_auth_config.strategy == "environment" and self.auth:
s3_credentials = aws_s3_credential(self.auth, asset["provider"])

else:
Expand Down

0 comments on commit aa83822

Please sign in to comment.