Skip to content

Update AWS SDK #33

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

Closed
wants to merge 1 commit into from
Closed

Update AWS SDK #33

wants to merge 1 commit into from

Conversation

gabro
Copy link

@gabro gabro commented Sep 23, 2017

Ok, here's my attempt to fix #32

Disclaimer: I'm an absolute rookie with go.

I've managed to setup go and install govendor, then I ran:

govendor fetch github.com/aws/aws-sdk-go/aws
govendor fetch github.com/aws/aws-sdk-go/aws/awserr
govendor fetch github.com/aws/aws-sdk-go/aws/awsutil
govendor fetch github.com/aws/aws-sdk-go/aws/client
govendor fetch github.com/aws/aws-sdk-go/aws/client/metadata
govendor fetch github.com/aws/aws-sdk-go/aws/corehandlers
govendor fetch github.com/aws/aws-sdk-go/aws/credentials
govendor fetch github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds
govendor fetch github.com/aws/aws-sdk-go/aws/credentials/stscreds
govendor fetch github.com/aws/aws-sdk-go/aws/defaults
govendor fetch github.com/aws/aws-sdk-go/aws/ec2metadata
govendor fetch github.com/aws/aws-sdk-go/aws/endpoints
govendor fetch github.com/aws/aws-sdk-go/aws/request
govendor fetch github.com/aws/aws-sdk-go/aws/session
govendor fetch github.com/aws/aws-sdk-go/aws/signer/v4
govendor fetch github.com/aws/aws-sdk-go/internal/shareddefaults
govendor fetch github.com/aws/aws-sdk-go/private/endpoints
govendor fetch github.com/aws/aws-sdk-go/private/protocol
govendor fetch github.com/aws/aws-sdk-go/private/protocol/query
govendor fetch github.com/aws/aws-sdk-go/private/protocol/query/queryutil
govendor fetch github.com/aws/aws-sdk-go/private/protocol/rest
govendor fetch github.com/aws/aws-sdk-go/private/protocol/restxml
govendor fetch github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
govendor fetch github.com/aws/aws-sdk-go/private/signer/v4
govendor fetch github.com/aws/aws-sdk-go/private/waiter
govendor fetch github.com/aws/aws-sdk-go/service/cloudfront
govendor fetch github.com/aws/aws-sdk-go/service/s3
govendor fetch github.com/aws/aws-sdk-go/service/sts

Hopefully that did the trick...

@gabro
Copy link
Author

gabro commented Sep 23, 2017

Apparently it didn't... any guidance on go dependency management would be greatly appreciated!

@bradrydzewski
Copy link
Member

@tboerger I think, for security reasons, only maintainers should perform large vendor updates until we have a process in place to validate dependency authenticity. This is planned in the official Go dep tool (see golang/dep#121) but is not yet available.

@tboerger
Copy link
Contributor

@tboerger I think, for security reasons, only maintainers should perform large vendor updates until we have a process in place to validate dependency authenticity. This is planned in the official Go dep tool (see golang/dep#121) but is not yet available.

Yeah maybe you are right. I will prepare another PR to update it. Sorry for the noise @gabro

@tboerger
Copy link
Contributor

Providing the update via #34

@tboerger tboerger closed this Sep 25, 2017
@gabro gabro deleted the update-aws-sdk branch September 25, 2017 08:21
@gabro
Copy link
Author

gabro commented Sep 25, 2017

@tboerger no problem, thanks for the update :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

501 during upload
3 participants