Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Jul 3, 2023
1 parent b61cf64 commit 6d655db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aws/credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ impl Loader {
"application/x-www-form-urlencoded",
)
.build()?;
signer.sign_query(&mut req, Duration::from_secs(3600), &cred)?;
// signer.sign_query(&mut req, Duration::from_secs(3600), &cred)?;

let resp = self.client.execute(req).await?;
if resp.status() != http::StatusCode::OK {
Expand Down

1 comment on commit 6d655db

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for reqsign ready!

✅ Preview
https://reqsign-hj7zyacc4-xuanwo.vercel.app

Built with commit 6d655db.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.