Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nova interface genérica IAWSRegion #6

Open
mdbs99 opened this issue Apr 8, 2016 · 0 comments
Open

Nova interface genérica IAWSRegion #6

mdbs99 opened this issue Apr 8, 2016 · 0 comments
Assignees

Comments

@mdbs99
Copy link
Owner

mdbs99 commented Apr 8, 2016

Implementar uma nova interface IAWSRegion para ser utilizada por todos os serviços.
Proposta de uso da nova interface/classe:

TS3Service.New(
  TAWSClient.New(
    TAWSRegion.New('us-west-2'),
    TAWSSignatureVersion1.New(
      TAWSCredentials.New('access_key', 'secret_key', True)
    )
  )
)
.Buckets

Depende da resolução do issue #9

@mdbs99 mdbs99 self-assigned this Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant