(accounts)
| 2062 | } |
| 2063 | |
| 2064 | setAuthDataAccounts(accounts) { |
| 2065 | this.authData.accounts = accounts; |
| 2066 | this.emit('authdata-update'); |
| 2067 | } |
| 2068 | |
| 2069 | getAwsBucketName(locationConstraint) { |
| 2070 | return this.locationConstraints[locationConstraint].details.bucketName; |
no outgoing calls
no test coverage detected