Skip to content

Commit

Permalink
Try #88:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Sep 23, 2019
2 parents 6f43e72 + 18e7875 commit 598f1ab
Show file tree
Hide file tree
Showing 13 changed files with 1,480 additions and 864 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AWSCore"
uuid = "4f1ea46c-232b-54a6-9b17-cc2d0f3e6598"
version = "0.6.2"
version = "0.7.0"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand All @@ -11,6 +11,7 @@ IniFile = "83e8ac13-25f8-5344-8a64-a9f2b223428f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
LazyJSON = "fc18253b-5e1b-504c-a4a2-9ece4944c004"
MbedTLS = "739be429-bea8-5141-9913-cc70e7f3736d"
Mocking = "78c3b35d-d492-501b-9361-3d52fe80e533"
Retry = "20febd7b-183b-5ae2-ac4a-720e7ce64774"
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
SymDict = "2da68c74-98d7-5633-99d6-8493888d7b1e"
Expand Down
12 changes: 4 additions & 8 deletions src/AWSCore.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
module AWSCore


export AWSException, AWSConfig, AWSRequest,
aws_config, default_aws_config
export AWSException, AWSConfig, AWSRequest, aws_config, default_aws_config, SignatureV4

using Base64
using Dates
Expand Down Expand Up @@ -55,7 +54,9 @@ include("AWSException.jl")
include("AWSCredentials.jl")
include("names.jl")
include("mime.jl")

include("signaturev4.jl")
include("sign.jl")
include("Services.jl")


#------------------------------------------------------------------------------#
Expand Down Expand Up @@ -557,11 +558,6 @@ global debug_level = 0
function set_debug_level(n)
global debug_level = n
end


include("Services.jl")


end # module AWSCore


Expand Down
Loading

0 comments on commit 598f1ab

Please sign in to comment.