Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
y2k2mt committed May 24, 2019
1 parent 5ef0bcb commit 48d9f51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require "../http_client"
module Aws::Credentials
class ContainerCredentialProvider
include Provider
include CredentialsWithExpiration

def initialize(
@container_credential_url : String? = nil
Expand Down
1 change: 0 additions & 1 deletion src/aws-credentials/provider/instance_metadata_provider.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ require "../http_client"
module Aws::Credentials
class InstanceMetadataProvider
include Provider
include CredentialsWithExpiration

def initialize(
@iam_security_credential_url : String = "http://169.254.169.254/latest/meta-data/iam/security-credentials/"
Expand Down

0 comments on commit 48d9f51

Please sign in to comment.