-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch vendor from aws-sdk-js to botocore (#852)
* migrate vendor api from aws-sdk-js to botocore * add botocore to submodules * migrate vendor from aws-sdk-js to botocore * update services and remove deprecated aws services * remove aws-sdk-js as vendor api * update r docs to reflect botocore * fixed usage * typo
- Loading branch information
1 parent
591fc4c
commit 406a75e
Showing
16 changed files
with
718 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "vendor/aws-sdk-js"] | ||
path = vendor/aws-sdk-js | ||
url = https://github.com/aws/aws-sdk-js | ||
[submodule "vendor/botocore"] | ||
path = vendor/botocore | ||
url = https://github.com/boto/botocore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: make.paws | ||
Type: Package | ||
Title: Generate Paws AWS SDKs for R | ||
Version: 0.9.2 | ||
Version: 0.10.0 | ||
Authors@R: c( | ||
person("David", "Kretch", email = "[email protected]", role = "aut"), | ||
person("Adam", "Banker", email = "[email protected]", role = "aut"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.