Skip to content

Commit

Permalink
region: Make the region public
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Apr 28, 2018
1 parent 2341b65 commit 4dbbc94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/S3Storage/S3Adapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ extension AdapterIdentifier {
/// `S3Adapter` provides an interface that allows the handeling of files
/// between Amazon's S3 Simple Storage Solution
public class S3Adapter: Adapter {
/// The region where S3 bucket is located.
public let region: Region

/// AWS Access Key
let accessKey: String

/// AWS Secret Key
let secretKey: String

/// The region where S3 bucket is located.
let region: Region

/// AWS Security Token. Used to validate temporary credentials, such as
/// those from an EC2 Instance's IAM role
let securityToken : String?
Expand Down

0 comments on commit 4dbbc94

Please sign in to comment.