Skip to content

adtile/aws-s3-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3-debug

Example for reproducing S3 meta data insertion issue.

Step 1

Create bucket and setup correct access rights etc. Code will create test.txt file in to root of the bucket.

Step 2

# Start repl
$ lein repl

Step 3

(require 's3-debug.core)

(s3-debug.core/failing "change-here-bucket-name")
=> com.amazonaws.services.s3.model.AmazonS3Exception: The request signature we calculated does not match the signature you provided. Check your key and signing method. (Service: Amazon S3; Status Code: 403; Error Code: SignatureDoesNotMatch; Request ID: XXXXXXXXXXXXX)

(s3-debug.core/success "change-here-bucket-name") => #<com.amazonaws.services.s3.model.PutObjectResult@xxxxxxx>

Releases

No releases published

Packages

No packages published