Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
8 replies
Subscribers
6 subscribers
Views
3882 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Has anyone had any success in accessing AWS S3 path-style request (https:<ama
Jess
over 10 years ago
Has anyone had any success in accessing AWS S3 path-style request (https:<amazon domain>/<path>) using Authorization (Access Key and Secret Access Key)?
I checked S3 documentation and bump into this:
docs.aws.amazon.com/.../RESTAuthentication.html
Authorization = "AWS" + " " + AWSAccessKeyId + ":" + Signature;
Signature = Base64( HMAC-SHA1( YourSecretAccessKeyID, UTF-8-Encoding-Of( StringToSign ) ) );
StringToSign = HTTP-Verb + "\
" +
Content-MD5 + "\
" +
Content-Type + "\
" +
Date + "\
" +
CanonicalizedAmzHeaders +
CanonicalizedResource;
I'm looking for HMAC Sha-1 in the available functions in Cryptography functions to generate the SIGNATURE as stated above but to no success. Please advise.
OriginalPostID-173296
OriginalPostID-173296
Discussion posts and replies are publicly visible
Parents
0
Jess
over 10 years ago
Hi Tom, thanks for the feedback, already saw those two set of functions and there's no available function HMAC signature..it's only for macsignature
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jess
over 10 years ago
Hi Tom, thanks for the feedback, already saw those two set of functions and there's no available function HMAC signature..it's only for macsignature
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data