Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Dec 6, 2013
1 parent a1fa921 commit d02a3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/s3/AwsOcket.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public void write(
try {
final AmazonS3 aws = this.bkt.region().aws();
final PutObjectResult result = aws.putObject(
new PutObjectRequest(this.bkt.name(), this.name, input, meta)
new PutObjectRequest(this.bkt.name(), this.name, cnt, meta)
);
Logger.info(
this,
Expand Down

0 comments on commit d02a3cd

Please sign in to comment.