Skip to content

Releases: JuliaCloud/AWSCore.jl

v0.6.7

15 Jan 16:46
v0.6.7
19a921f
Compare
Choose a tag to compare

v0.6.7 (2020-01-15)

Diff since v0.6.6

Merged pull requests:

v0.6.6

04 Dec 22:17
v0.6.6
c4d9b3f
Compare
Choose a tag to compare

v0.6.6 (2019-12-03)

Diff since v0.6.5

Merged pull requests:

  • Added capabilities to use different S3 backed storages other than AWS' (#99) (mattBrzezinski)

v0.6.5

06 Nov 17:48
v0.6.5
982600b
Compare
Choose a tag to compare

v0.6.5 (2019-11-06)

Diff since v0.6.4

Merged pull requests:

v0.6.4

29 Oct 15:02
v0.6.4
adc540d
Compare
Choose a tag to compare

v0.6.4 (2019-10-29)

Diff since v0.6.3

Merged pull requests:

v0.6.3

28 Oct 19:02
v0.6.3
cfe4275
Compare
Choose a tag to compare

v0.6.3 (2019-10-28)

Diff since v0.6.2

Merged pull requests:

v0.6.2

11 Sep 20:38
v0.6.2
6f43e72
Compare
Choose a tag to compare

v0.6.2 (2019-09-11)

Diff since v0.6.0

Closed issues:

  • CI Failing - Unable to reference AWSException (#84)
  • InvalidSignatureException not retrying (#74)
  • Automatically run tests for downstream packages (#70)
  • Incorrect Dateformat for AWSCredential expiration (#68)

Merged pull requests:

Refreshing credentials

22 Feb 17:55
Compare
Choose a tag to compare
  • Adds wrapper to refresh credentials (#52)
  • Bugfix and testing upgrade for renewable AWSCredentials (#69)

v0.5.5

09 Feb 01:50
Compare
Choose a tag to compare
Merge #67

67: Fix instance_credentials typo r=ararslan a=rofinn

Last PR introduced an untested typo on `localhost_maybe_ec2` in `instance_credentials`.

Co-authored-by: Rory Finnegan <rory.finnegan@gmail.com>

v0.5.4

08 Feb 22:08
Compare
Choose a tag to compare
Merge #65

65: Initial refactoring of the credential search code r=ararslan a=rofinn

1. We want to keep searching if our config file doesn't contain any credentials and
  there isn't a source profile for the assume role behaviour.
2. Simplify the search process
3. Add clearer documentation around what is searched (similar to boto)

NOTE: I'm not sure why one test is throwing a broken pipe error, but I'm guessing it's related to the `redirect_stdout()`

Co-authored-by: rofinn <rory.finnegan@gmail.com>

v0.5.3

05 Feb 19:33
Compare
Choose a tag to compare

Retry on Base.IOErrors